Html Css Color HEX #404CCD Free Speech Blue

📋 copy color: '#404CCD'

red 64 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Blue #404CCD

Tints of Free Speech Blue #404CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.42%

R = 18.55%
G = 22.03%
B = 59.42%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#404CCD (or 0x404CCD) is known color: Free Speech Blue. HEX triplet: 40, 4C and CD. RGB value is (64,76,205). Sum of RGB (Red+Green+Blue) = 64+76+205=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #404CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CCD is #BFB332. Grayscale: #565656. Windows color (decimal): -12563251 or 13454400. OLE color: 13454400.

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

Color convert

RGB 64 76 205 -
CMYK 0.69 0.63 0 0.20
HSL 234.89º 0.59% 0.53% -
HSV(B) 234.89º 0.69% 0.8% -
XYZ 15.72 10.67 58.99 -
YUV 87.12 194.52 111.51 -
System Red Green Blue C M Y K H S L
Decimal 64 76 205 0.69 0.63 0 0.20 234.89 0.59 0.53
Hex 40 4C CD 45 3F 0 14 EB 3B 35
Octal 100 114 315 105 77 0 24 353 73 65
Binary 1000000 1001100 11001101 1000101 111111 0 10100 11101011 111011 110101

Color Harmonies of #404CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CCD

Black with #404CCD

Text Example


Text Example

White with #404CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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