Html Css Color HEX #404BB3 Free Speech Blue

📋 copy color: '#404BB3'

red 64 ◦ green 75 ◦ blue 179

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

Shades of Free Speech Blue #404BB3

Tints of Free Speech Blue #404BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 56.29%

R = 20.13%
G = 23.58%
B = 56.29%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#404BB3 (or 0x404BB3) is known color: Free Speech Blue. HEX triplet: 40, 4B and B3. RGB value is (64,75,179). Sum of RGB (Red+Green+Blue) = 64+75+179=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 179 (70.31% from 255 or 56.29% from 318); Max value from RGB is 179 - color contains mainly: blue. Hex color #404BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BB3 is #BFB44C. Grayscale: #535353. Windows color (decimal): -12563533 or 11750208. OLE color: 11750208.

HSL color Cylindrical-coordinate representation of color #404BB3: hue angle of 234.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #404BB3 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 75 179 -
CMYK 0.64 0.58 0 0.30
HSL 234.26º 0.47% 0.48% -
HSV(B) 234.26º 0.64% 0.7% -
XYZ 12.77 9.38 43.78 -
YUV 83.57 181.86 114.04 -
System Red Green Blue C M Y K H S L
Decimal 64 75 179 0.64 0.58 0 0.30 234.26 0.47 0.48
Hex 40 4B B3 40 3A 0 1E EA 2F 30
Octal 100 113 263 100 72 0 36 352 57 60
Binary 1000000 1001011 10110011 1000000 111010 0 11110 11101010 101111 110000

Color Harmonies of #404BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404BB3

Black with #404BB3

Text Example


Text Example

White with #404BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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