Html Css Color HEX #404CB4 Free Speech Blue

📋 copy color: '#404CB4'

red 64 ◦ green 76 ◦ blue 180

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

Shades of Free Speech Blue #404CB4

Tints of Free Speech Blue #404CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 56.25%

R = 20%
G = 23.75%
B = 56.25%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#404CB4 (or 0x404CB4) is known color: Free Speech Blue. HEX triplet: 40, 4C and B4. RGB value is (64,76,180). Sum of RGB (Red+Green+Blue) = 64+76+180=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #404CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CB4 is #BFB34B. Grayscale: #535353. Windows color (decimal): -12563276 or 11816000. OLE color: 11816000.

HSL color Cylindrical-coordinate representation of color #404CB4: hue angle of 233.79º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #404CB4 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 76 180 -
CMYK 0.64 0.58 0 0.29
HSL 233.79º 0.48% 0.48% -
HSV(B) 233.79º 0.64% 0.71% -
XYZ 12.94 9.55 44.34 -
YUV 84.27 182.02 113.54 -
System Red Green Blue C M Y K H S L
Decimal 64 76 180 0.64 0.58 0 0.29 233.79 0.48 0.48
Hex 40 4C B4 40 3A 0 1D EA 30 30
Octal 100 114 264 100 72 0 35 352 60 60
Binary 1000000 1001100 10110100 1000000 111010 0 11101 11101010 110000 110000

Color Harmonies of #404CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CB4

Black with #404CB4

Text Example


Text Example

White with #404CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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