Html Css Color HEX #404CCB Free Speech Blue

📋 copy color: '#404CCB'

red 64 ◦ green 76 ◦ blue 203

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

Shades of Free Speech Blue #404CCB

Tints of Free Speech Blue #404CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.18%

R = 18.66%
G = 22.16%
B = 59.18%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#404CCB (or 0x404CCB) is known color: Free Speech Blue. HEX triplet: 40, 4C and CB. RGB value is (64,76,203). Sum of RGB (Red+Green+Blue) = 64+76+203=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #404CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CCB is #BFB334. Grayscale: #565656. Windows color (decimal): -12563253 or 13323328. OLE color: 13323328.

HSL color Cylindrical-coordinate representation of color #404CCB: hue angle of 234.82º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404CCB is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 76 203 -
CMYK 0.68 0.63 0 0.20
HSL 234.82º 0.57% 0.52% -
HSV(B) 234.82º 0.68% 0.8% -
XYZ 15.48 10.57 57.72 -
YUV 86.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 64 76 203 0.68 0.63 0 0.20 234.82 0.57 0.52
Hex 40 4C CB 44 3F 0 14 EB 39 34
Octal 100 114 313 104 77 0 24 353 71 64
Binary 1000000 1001100 11001011 1000100 111111 0 10100 11101011 111001 110100

Color Harmonies of #404CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CCB

Black with #404CCB

Text Example


Text Example

White with #404CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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