#464BDD

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

Shades of Free Speech Blue #464BDD

Tints of Free Speech Blue #464BDD

Color information

#464BDD (or 0x464BDD) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4B and DD. RGB value is (70,75,221). Sum of RGB (Red+Green+Blue) = 70+75+221=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #464BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BDD is #B9B422. Grayscale: #595959. Windows color (decimal): -12170275 or 14502726. OLE color: 14502726.

HSL color Cylindrical-coordinate representation of color #464BDD: hue angle of 238.01º 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 #464BDD is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7075221-
CMYK0.680.6600.13
HSL238.01º68.95%57.06%-
HSV(B)238.01º68.33%86.67%-
XYZ18.0911.5569.68-
YUV90.15201.84113.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 221 (86.72% from 255) = 60.38%
R=19.13%
G=20.49%
B=60.38%

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
Decimal70752210.680.6600.13238.0168.9557.06
Hex464BDD44420Dee4539
Octal10611333510410201535610571
Binary10001101001011110111011000100100001001101111011101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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