Html Css Color HEX #404FBB Free Speech Blue

📋 copy color: '#404FBB'

red 64 ◦ green 79 ◦ blue 187

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

Shades of Free Speech Blue #404FBB

Tints of Free Speech Blue #404FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.67%

R = 19.39%
G = 23.94%
B = 56.67%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#404FBB (or 0x404FBB) is known color: Free Speech Blue. HEX triplet: 40, 4F and BB. RGB value is (64,79,187). Sum of RGB (Red+Green+Blue) = 64+79+187=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #404FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404FBB is #BFB044. Grayscale: #565656. Windows color (decimal): -12562501 or 12275520. OLE color: 12275520.

HSL color Cylindrical-coordinate representation of color #404FBB: hue angle of 232.68º 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 #404FBB is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 79 187 -
CMYK 0.66 0.58 0 0.27
HSL 232.68º 0.49% 0.49% -
HSV(B) 232.68º 0.66% 0.73% -
XYZ 13.88 10.27 48.26 -
YUV 86.83 184.53 111.72 -
System Red Green Blue C M Y K H S L
Decimal 64 79 187 0.66 0.58 0 0.27 232.68 0.49 0.49
Hex 40 4F BB 42 3A 0 1B E9 31 31
Octal 100 117 273 102 72 0 33 351 61 61
Binary 1000000 1001111 10111011 1000010 111010 0 11011 11101001 110001 110001

Color Harmonies of #404FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404FBB

Black with #404FBB

Text Example


Text Example

White with #404FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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