#464CDD

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

Shades of Free Speech Blue #464CDD

Tints of Free Speech Blue #464CDD

Color information

#464CDD (or 0x464CDD) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4C and DD. RGB value is (70,76,221). Sum of RGB (Red+Green+Blue) = 70+76+221=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #464CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CDD is #B9B322. Grayscale: #5A5A5A. Windows color (decimal): -12170019 or 14502982. OLE color: 14502982.

HSL color Cylindrical-coordinate representation of color #464CDD: hue angle of 237.62º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #464CDD is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7076221-
CMYK0.680.6600.13
HSL237.62º68.95%57.06%-
HSV(B)237.62º68.33%86.67%-
XYZ18.1611.6969.71-
YUV90.74201.51113.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.07%
GREEN value IS 76 (30.08% from 255) = 20.71%
BLUE value IS 221 (86.72% from 255) = 60.22%
R=19.07%
G=20.71%
B=60.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70762210.680.6600.13237.6268.9557.06
Hex464CDD44420Dee4539
Octal10611433510410201535610571
Binary10001101001100110111011000100100001001101111011101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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