#4F5DBE

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

Shades of Free Speech Blue #4F5DBE

Tints of Free Speech Blue #4F5DBE

Color information

#4F5DBE (or 0x4F5DBE) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5D and BE. RGB value is (79,93,190). Sum of RGB (Red+Green+Blue) = 79+93+190=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F5DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5DBE is #B0A241. Grayscale: #636363. Windows color (decimal): -11575874 or 12475727. OLE color: 12475727.

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

Color convert

RGB7993190-
CMYK0.580.5100.25
HSL232.43º46.06%52.75%-
HSV(B)232.43º58.42%74.51%-
XYZ16.4313.2150.4-
YUV99.87178.86113.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.82%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=21.82%
G=25.69%
B=52.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79931900.580.5100.25232.4346.0652.75
Hex4F5DBE3A33019e82e35
Octal11713527672630313505665
Binary100111110111011011111011101011001101100111101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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