Html Css Color HEX #404BBA Free Speech Blue

📋 copy color: '#404BBA'

red 64 ◦ green 75 ◦ blue 186

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

Shades of Free Speech Blue #404BBA

Tints of Free Speech Blue #404BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.23%

R = 19.69%
G = 23.08%
B = 57.23%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#404BBA (or 0x404BBA) is known color: Free Speech Blue. HEX triplet: 40, 4B and BA. RGB value is (64,75,186). Sum of RGB (Red+Green+Blue) = 64+75+186=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #404BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BBA is #BFB445. Grayscale: #535353. Windows color (decimal): -12563526 or 12208960. OLE color: 12208960.

HSL color Cylindrical-coordinate representation of color #404BBA: hue angle of 234.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404BBA is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 75 186 -
CMYK 0.66 0.60 0 0.27
HSL 234.59º 0.49% 0.49% -
HSV(B) 234.59º 0.66% 0.73% -
XYZ 13.49 9.67 47.61 -
YUV 84.37 185.36 113.47 -
System Red Green Blue C M Y K H S L
Decimal 64 75 186 0.66 0.60 0 0.27 234.59 0.49 0.49
Hex 40 4B BA 42 3C 0 1B EB 31 31
Octal 100 113 272 102 74 0 33 353 61 61
Binary 1000000 1001011 10111010 1000010 111100 0 11011 11101011 110001 110001

Color Harmonies of #404BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404BBA

Black with #404BBA

Text Example


Text Example

White with #404BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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