#464DCA

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

Shades of Free Speech Blue #464DCA

Tints of Free Speech Blue #464DCA

Color information

#464DCA (or 0x464DCA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4D and CA. RGB value is (70,77,202). Sum of RGB (Red+Green+Blue) = 70+77+202=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #464DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DCA is #B9B235. Grayscale: #585858. Windows color (decimal): -12169782 or 13258054. OLE color: 13258054.

HSL color Cylindrical-coordinate representation of color #464DCA: hue angle of 236.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #464DCA is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7077202-
CMYK0.650.6200.21
HSL236.82º55.46%53.33%-
HSV(B)236.82º65.35%79.22%-
XYZ15.8410.8757.14-
YUV89.16191.68114.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.06%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=20.06%
G=22.06%
B=57.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70772020.650.6200.21236.8255.4653.33
Hex464DCA413E015ed3735
Octal106115312101760253556765
Binary1000110100110111001010100000111111001010111101101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,77,202); }

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

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

 a { background-color: rgb(70,77,202); }

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

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

 span { border-color: rgb(70,77,202); }

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