Html Css Color HEX #404AB4 Free Speech Blue

📋 copy color: '#404AB4'

red 64 ◦ green 74 ◦ blue 180

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

Shades of Free Speech Blue #404AB4

Tints of Free Speech Blue #404AB4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.27%

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

R = 20.13%
G = 23.27%
B = 56.6%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#404AB4 (or 0x404AB4) is known color: Free Speech Blue. HEX triplet: 40, 4A and B4. RGB value is (64,74,180). Sum of RGB (Red+Green+Blue) = 64+74+180=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 180 (70.70% from 255 or 56.60% from 318); Max value from RGB is 180 - color contains mainly: blue. Hex color #404AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404AB4 is #BFB54B. Grayscale: #525252. Windows color (decimal): -12563788 or 11815488. OLE color: 11815488.

HSL color Cylindrical-coordinate representation of color #404AB4: hue angle of 234.83º 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 #404AB4 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 74 180 -
CMYK 0.64 0.59 0 0.29
HSL 234.83º 0.48% 0.48% -
HSV(B) 234.83º 0.64% 0.71% -
XYZ 12.8 9.28 44.3 -
YUV 83.09 182.69 114.38 -
System Red Green Blue C M Y K H S L
Decimal 64 74 180 0.64 0.59 0 0.29 234.83 0.48 0.48
Hex 40 4A B4 40 3B 0 1D EB 30 30
Octal 100 112 264 100 73 0 35 353 60 60
Binary 1000000 1001010 10110100 1000000 111011 0 11101 11101011 110000 110000

Color Harmonies of #404AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404AB4

Black with #404AB4

Text Example


Text Example

White with #404AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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