Html Css Color HEX #404CCC Free Speech Blue

📋 copy color: '#404CCC'

red 64 ◦ green 76 ◦ blue 204

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

Shades of Free Speech Blue #404CCC

Tints of Free Speech Blue #404CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.09%

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

R = 18.6%
G = 22.09%
B = 59.3%

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

#404CCC (or 0x404CCC) is known color: Free Speech Blue. HEX triplet: 40, 4C and CC. RGB value is (64,76,204). Sum of RGB (Red+Green+Blue) = 64+76+204=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #404CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CCC is #BFB333. Grayscale: #565656. Windows color (decimal): -12563252 or 13388864. OLE color: 13388864.

HSL color Cylindrical-coordinate representation of color #404CCC: hue angle of 234.86º 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 #404CCC is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 76 204 -
CMYK 0.69 0.63 0 0.2
HSL 234.86º 0.58% 0.53% -
HSV(B) 234.86º 0.69% 0.8% -
XYZ 15.6 10.62 58.35 -
YUV 87 194.02 111.59 -
System Red Green Blue C M Y K H S L
Decimal 64 76 204 0.69 0.63 0 0.2 234.86 0.58 0.53
Hex 40 4C CC 45 3F 0 14 EB 3A 35
Octal 100 114 314 105 77 0 24 353 72 65
Binary 1000000 1001100 11001100 1000101 111111 0 10100 11101011 111010 110101

Color Harmonies of #404CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CCC

Black with #404CCC

Text Example


Text Example

White with #404CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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