#464fc5

Color #464FC5 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #464FC5

Tints of Free Speech Blue #464FC5

Color information

#464FC5 (or 0x464FC5) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4F and C5. RGB value is (70,79,197). Sum of RGB (Red+Green+Blue) = 70+79+197=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 197 (77.34% from 255 or 56.94% from 346); Max value from RGB is 197 - color contains mainly: blue. Hex color #464FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464FC5 is #B9B03A. Grayscale: #595959. Windows color (decimal): -12169275 or 12930886. OLE color: 12930886.

HSL color Cylindrical-coordinate representation of color #464FC5: hue angle of 235.75º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #464FC5 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7079197-
CMYK0.640.6000.23
HSL235.75º52.26%52.35%-
HSV(B)235.75º64.47%77.25%-
XYZ15.410.9354.12-
YUV89.76188.52113.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 197 (77.34% from 255) = 56.94%
R=20.23%
G=22.83%
B=56.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal70791970.640.6000.23235.7552.2652.35
Hex464FC5403C017ec3434
Octal106117305100740273546464
Binary1000110100111111000101100000011110001011111101100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464fc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464fc5; }

 p { color: rgb(70,79,197); }

 H1.HeaderClassName
 {
   color: #464fc5;
 }
 .AnyTagClassName
 {
   color: #464fc5;
 }
</style>
background-color css

<style>
 a { background-color: #464fc5; }

 a { background-color: rgb(70,79,197); }

 div.DivClassName
 {
   background-color: #464fc5;
 }
 .BgClassName
 {
   background-color: #464fc5;
 }
</style>
border-color css

<style>
 span { border-color: #464fc5; }

 span { border-color: rgb(70,79,197); }

 td.TdClassName
 {
   border-color: #464fc5;
 }
 .TagClassName
 {
   border-color: #464fc5;
 }
</style>