#464DDC

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

Shades of Free Speech Blue #464DDC

Tints of Free Speech Blue #464DDC

Color information

#464DDC (or 0x464DDC) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4D and DC. RGB value is (70,77,220). Sum of RGB (Red+Green+Blue) = 70+77+220=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #464DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DDC is #B9B223. Grayscale: #5A5A5A. Windows color (decimal): -12169764 or 14437702. OLE color: 14437702.

HSL color Cylindrical-coordinate representation of color #464DDC: hue angle of 237.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #464DDC is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7077220-
CMYK0.680.6500.14
HSL237.2º68.18%56.86%-
HSV(B)237.2º68.18%86.27%-
XYZ18.111.7869.03-
YUV91.21200.68112.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.07%
GREEN value IS 77 (30.47% from 255) = 20.98%
BLUE value IS 220 (86.33% from 255) = 59.95%
R=19.07%
G=20.98%
B=59.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal70772200.680.6500.14237.268.1856.86
Hex464DDC44410Eed4439
Octal10611533410410101635510471
Binary10001101001101110111001000100100000101110111011011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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