Html Css Color HEX #4050BE Free Speech Blue

📋 copy color: '#4050BE'

red 64 ◦ green 80 ◦ blue 190

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

Shades of Free Speech Blue #4050BE

Tints of Free Speech Blue #4050BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.95%

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

R = 19.16%
G = 23.95%
B = 56.89%

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

#4050BE (or 0x4050BE) is known color: Free Speech Blue. HEX triplet: 40, 50 and BE. RGB value is (64,80,190). Sum of RGB (Red+Green+Blue) = 64+80+190=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #4050BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4050BE is #BFAF41. Grayscale: #575757. Windows color (decimal): -12562242 or 12472384. OLE color: 12472384.

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

Color convert

RGB 64 80 190 -
CMYK 0.66 0.58 0 0.25
HSL 232.38º 0.5% 0.5% -
HSV(B) 232.38º 0.66% 0.75% -
XYZ 14.28 10.55 50 -
YUV 87.76 185.7 111.06 -
System Red Green Blue C M Y K H S L
Decimal 64 80 190 0.66 0.58 0 0.25 232.38 0.5 0.5
Hex 40 50 BE 42 3A 0 19 E8 32 32
Octal 100 120 276 102 72 0 31 350 62 62
Binary 1000000 1010000 10111110 1000010 111010 0 11001 11101000 110010 110010

Color Harmonies of #4050BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4050BE

Black with #4050BE

Text Example


Text Example

White with #4050BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4050BE; }

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

 H1.HeaderClassName
 {
   color: #4050BE;
 }
 .AnyTagClassName
 {
   color: #4050BE;
 }
</style>

background-color css

<style>
 a { background-color: #4050BE; }

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

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

border-color css

<style>
 span { border-color: #4050BE; }

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

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