Html Css Color HEX #404BCC Free Speech Blue

📋 copy color: '#404BCC'

red 64 ◦ green 75 ◦ blue 204

#404BCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #404BCC

Tints of Free Speech Blue #404BCC

RGB

 RED value IS 64 (25.39% from 255) = 18.66%

 GREEN value IS 75 (29.69% from 255) = 21.87%

 BLUE value IS 204 (80.08% from 255) = 59.48%

R = 18.66%
G = 21.87%
B = 59.48%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#404BCC (or 0x404BCC) is known color: Free Speech Blue. HEX triplet: 40, 4B and CC. RGB value is (64,75,204). Sum of RGB (Red+Green+Blue) = 64+75+204=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #404BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BCC is #BFB433. Grayscale: #555555. Windows color (decimal): -12563508 or 13388608. OLE color: 13388608.

HSL color Cylindrical-coordinate representation of color #404BCC: hue angle of 235.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404BCC is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 75 204 -
CMYK 0.69 0.63 0 0.2
HSL 235.29º 0.58% 0.53% -
HSV(B) 235.29º 0.69% 0.8% -
XYZ 15.53 10.48 58.33 -
YUV 86.42 194.36 112.01 -
System Red Green Blue C M Y K H S L
Decimal 64 75 204 0.69 0.63 0 0.2 235.29 0.58 0.53
Hex 40 4B CC 45 3F 0 14 EB 3A 35
Octal 100 113 314 105 77 0 24 353 72 65
Binary 1000000 1001011 11001100 1000101 111111 0 10100 11101011 111010 110101

Color Harmonies of #404BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404BCC

Black with #404BCC

Text Example


Text Example

White with #404BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404BCC; }

 p { color: rgb(64,75,204); }

 H1.HeaderClassName
 {
   color: #404BCC;
 }
 .AnyTagClassName
 {
   color: #404BCC;
 }
</style>

background-color css

<style>
 a { background-color: #404BCC; }

 a { background-color: rgb(64,75,204); }

 div.DivClassName
 {
   background-color: #404BCC;
 }
 .BgClassName
 {
   background-color: #404BCC;
 }
</style>

border-color css

<style>
 span { border-color: #404BCC; }

 span { border-color: rgb(64,75,204); }

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