Html Css Color HEX #404FB3 Free Speech Blue

📋 copy color: '#404FB3'

red 64 ◦ green 79 ◦ blue 179

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

Shades of Free Speech Blue #404FB3

Tints of Free Speech Blue #404FB3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.53%

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

R = 19.88%
G = 24.53%
B = 55.59%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#404FB3 (or 0x404FB3) is known color: Free Speech Blue. HEX triplet: 40, 4F and B3. RGB value is (64,79,179). Sum of RGB (Red+Green+Blue) = 64+79+179=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #404FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404FB3 is #BFB04C. Grayscale: #555555. Windows color (decimal): -12562509 or 11751232. OLE color: 11751232.

HSL color Cylindrical-coordinate representation of color #404FB3: hue angle of 232.17º 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 #404FB3 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 79 179 -
CMYK 0.64 0.56 0 0.30
HSL 232.17º 0.47% 0.48% -
HSV(B) 232.17º 0.64% 0.7% -
XYZ 13.05 9.94 43.88 -
YUV 85.92 180.53 112.37 -
System Red Green Blue C M Y K H S L
Decimal 64 79 179 0.64 0.56 0 0.30 232.17 0.47 0.48
Hex 40 4F B3 40 38 0 1E E8 2F 30
Octal 100 117 263 100 70 0 36 350 57 60
Binary 1000000 1001111 10110011 1000000 111000 0 11110 11101000 101111 110000

Color Harmonies of #404FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404FB3

Black with #404FB3

Text Example


Text Example

White with #404FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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