#4F5CBF

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

Shades of Free Speech Blue #4F5CBF

Tints of Free Speech Blue #4F5CBF

Color information

#4F5CBF (or 0x4F5CBF) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5C and BF. RGB value is (79,92,191). Sum of RGB (Red+Green+Blue) = 79+92+191=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F5CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5CBF is #B0A340. Grayscale: #626262. Windows color (decimal): -11576129 or 12541007. OLE color: 12541007.

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

Color convert

RGB7992191-
CMYK0.590.5200.25
HSL233.04º46.67%52.94%-
HSV(B)233.04º58.64%74.9%-
XYZ16.4613.0850.95-
YUV99.4179.69113.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.82%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 191 (75% from 255) = 52.76%
R=21.82%
G=25.41%
B=52.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79921910.590.5200.25233.0446.6752.94
Hex4F5CBF3B34019e92f35
Octal11713427773640313515765
Binary100111110111001011111111101111010001100111101001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,92,191); }

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

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

 a { background-color: rgb(79,92,191); }

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

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

 span { border-color: rgb(79,92,191); }

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