#464CE0

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

Shades of Free Speech Blue #464CE0

Tints of Free Speech Blue #464CE0

Color information

#464CE0 (or 0x464CE0) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4C and E0. RGB value is (70,76,224). Sum of RGB (Red+Green+Blue) = 70+76+224=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #464CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CE0 is #B9B31F. Grayscale: #5A5A5A. Windows color (decimal): -12170016 or 14699590. OLE color: 14699590.

HSL color Cylindrical-coordinate representation of color #464CE0: hue angle of 237.66º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #464CE0 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7076224-
CMYK0.690.6600.12
HSL237.66º71.3%57.65%-
HSV(B)237.66º68.75%87.84%-
XYZ18.5611.8571.83-
YUV91.08203.01112.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.92%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 224 (87.89% from 255) = 60.54%
R=18.92%
G=20.54%
B=60.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal70762240.690.6600.12237.6671.357.65
Hex464CE045420Cee473a
Octal10611434010510201435610772
Binary10001101001100111000001000101100001001100111011101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,76,224); }

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

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

 a { background-color: rgb(70,76,224); }

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

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

 span { border-color: rgb(70,76,224); }

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