Html Css Color HEX #404BAE Free Speech Blue

📋 copy color: '#404BAE'

red 64 ◦ green 75 ◦ blue 174

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

Shades of Free Speech Blue #404BAE

Tints of Free Speech Blue #404BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.96%

 BLUE value IS 174 (68.36% from 255) = 55.59%

R = 20.45%
G = 23.96%
B = 55.59%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#404BAE (or 0x404BAE) is known color: Free Speech Blue. HEX triplet: 40, 4B and AE. RGB value is (64,75,174). Sum of RGB (Red+Green+Blue) = 64+75+174=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #404BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404BAE is #BFB451. Grayscale: #525252. Windows color (decimal): -12563538 or 11422528. OLE color: 11422528.

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

Color convert

RGB 64 75 174 -
CMYK 0.63 0.57 0 0.32
HSL 234º 0.46% 0.47% -
HSV(B) 234º 0.63% 0.68% -
XYZ 12.27 9.18 41.17 -
YUV 83 179.36 114.45 -
System Red Green Blue C M Y K H S L
Decimal 64 75 174 0.63 0.57 0 0.32 234 0.46 0.47
Hex 40 4B AE 3F 39 0 20 EA 2E 2F
Octal 100 113 256 77 71 0 40 352 56 57
Binary 1000000 1001011 10101110 111111 111001 0 100000 11101010 101110 101111

Color Harmonies of #404BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404BAE

Black with #404BAE

Text Example


Text Example

White with #404BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,75,174); }

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

background-color css

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

 a { background-color: rgb(64,75,174); }

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

border-color css

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

 span { border-color: rgb(64,75,174); }

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