Html Css Color HEX #404FBE Free Speech Blue

📋 copy color: '#404FBE'

red 64 ◦ green 79 ◦ blue 190

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

Shades of Free Speech Blue #404FBE

Tints of Free Speech Blue #404FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 19.22%
G = 23.72%
B = 57.06%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#404FBE (or 0x404FBE) is known color: Free Speech Blue. HEX triplet: 40, 4F and BE. RGB value is (64,79,190). Sum of RGB (Red+Green+Blue) = 64+79+190=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #404FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404FBE is #BFB041. Grayscale: #565656. Windows color (decimal): -12562498 or 12472128. OLE color: 12472128.

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

Color convert

RGB 64 79 190 -
CMYK 0.66 0.58 0 0.25
HSL 232.86º 0.5% 0.5% -
HSV(B) 232.86º 0.66% 0.75% -
XYZ 14.2 10.4 49.97 -
YUV 87.17 186.03 111.47 -
System Red Green Blue C M Y K H S L
Decimal 64 79 190 0.66 0.58 0 0.25 232.86 0.5 0.5
Hex 40 4F BE 42 3A 0 19 E9 32 32
Octal 100 117 276 102 72 0 31 351 62 62
Binary 1000000 1001111 10111110 1000010 111010 0 11001 11101001 110010 110010

Color Harmonies of #404FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404FBE

Black with #404FBE

Text Example


Text Example

White with #404FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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