Html Css Color HEX #404CAF Free Speech Blue

📋 copy color: '#404CAF'

red 64 ◦ green 76 ◦ blue 175

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

Shades of Free Speech Blue #404CAF

Tints of Free Speech Blue #404CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.56%

R = 20.32%
G = 24.13%
B = 55.56%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#404CAF (or 0x404CAF) is known color: Free Speech Blue. HEX triplet: 40, 4C and AF. RGB value is (64,76,175). Sum of RGB (Red+Green+Blue) = 64+76+175=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #404CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404CAF is #BFB350. Grayscale: #535353. Windows color (decimal): -12563281 or 11488320. OLE color: 11488320.

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

Color convert

RGB 64 76 175 -
CMYK 0.63 0.57 0 0.31
HSL 233.51º 0.46% 0.47% -
HSV(B) 233.51º 0.63% 0.69% -
XYZ 12.44 9.35 41.71 -
YUV 83.7 179.52 113.95 -
System Red Green Blue C M Y K H S L
Decimal 64 76 175 0.63 0.57 0 0.31 233.51 0.46 0.47
Hex 40 4C AF 3F 39 0 1F EA 2E 2F
Octal 100 114 257 77 71 0 37 352 56 57
Binary 1000000 1001100 10101111 111111 111001 0 11111 11101010 101110 101111

Color Harmonies of #404CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CAF

Black with #404CAF

Text Example


Text Example

White with #404CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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