Html Css Color HEX #404ABF Free Speech Blue

📋 copy color: '#404ABF'

red 64 ◦ green 74 ◦ blue 191

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

Shades of Free Speech Blue #404ABF

Tints of Free Speech Blue #404ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.05%

R = 19.45%
G = 22.49%
B = 58.05%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#404ABF (or 0x404ABF) is known color: Free Speech Blue. HEX triplet: 40, 4A and BF. RGB value is (64,74,191). Sum of RGB (Red+Green+Blue) = 64+74+191=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #404ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404ABF is #BFB540. Grayscale: #535353. Windows color (decimal): -12563777 or 12536384. OLE color: 12536384.

HSL color Cylindrical-coordinate representation of color #404ABF: hue angle of 235.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404ABF is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 74 191 -
CMYK 0.66 0.61 0 0.25
HSL 235.28º 0.5% 0.5% -
HSV(B) 235.28º 0.66% 0.75% -
XYZ 13.97 9.75 50.44 -
YUV 84.35 188.19 113.49 -
System Red Green Blue C M Y K H S L
Decimal 64 74 191 0.66 0.61 0 0.25 235.28 0.5 0.5
Hex 40 4A BF 42 3D 0 19 EB 32 32
Octal 100 112 277 102 75 0 31 353 62 62
Binary 1000000 1001010 10111111 1000010 111101 0 11001 11101011 110010 110010

Color Harmonies of #404ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404ABF

Black with #404ABF

Text Example


Text Example

White with #404ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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