#4F5FBE

Color #4F5FBE Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4F5FBE

Tints of Free Speech Blue #4F5FBE

Color information

#4F5FBE (or 0x4F5FBE) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5F and BE. RGB value is (79,95,190). Sum of RGB (Red+Green+Blue) = 79+95+190=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F5FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5FBE is #B0A041. Grayscale: #646464. Windows color (decimal): -11575362 or 12476239. OLE color: 12476239.

HSL color Cylindrical-coordinate representation of color #4F5FBE: hue angle of 231.35º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F5FBE is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7995190-
CMYK0.580.500.25
HSL231.35º46.06%52.75%-
HSV(B)231.35º58.42%74.51%-
XYZ16.6113.5650.46-
YUV101.05178.2112.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.70%
GREEN value IS 95 (37.5% from 255) = 26.10%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=21.70%
G=26.10%
B=52.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79951900.580.500.25231.3546.0652.75
Hex4F5FBE3A32019e72e35
Octal11713727672620313475665
Binary100111110111111011111011101011001001100111100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F5FBE; }

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

 H1.HeaderClassName
 {
   color: #4F5FBE;
 }
 .AnyTagClassName
 {
   color: #4F5FBE;
 }
</style>
background-color css

<style>
 a { background-color: #4F5FBE; }

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

 div.DivClassName
 {
   background-color: #4F5FBE;
 }
 .BgClassName
 {
   background-color: #4F5FBE;
 }
</style>
border-color css

<style>
 span { border-color: #4F5FBE; }

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

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