#4F5CBA

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

Shades of Free Speech Blue #4F5CBA

Tints of Free Speech Blue #4F5CBA

Color information

#4F5CBA (or 0x4F5CBA) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5C and BA. RGB value is (79,92,186). Sum of RGB (Red+Green+Blue) = 79+92+186=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F5CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5CBA is #B0A345. Grayscale: #626262. Windows color (decimal): -11576134 or 12213327. OLE color: 12213327.

HSL color Cylindrical-coordinate representation of color #4F5CBA: hue angle of 232.71º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F5CBA is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7992186-
CMYK0.580.5100.27
HSL232.71º43.67%51.96%-
HSV(B)232.71º57.53%72.94%-
XYZ15.9112.8648.1-
YUV98.83177.19113.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.13%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=22.13%
G=25.77%
B=52.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79921860.580.5100.27232.7143.6751.96
Hex4F5CBA3A3301Be92c34
Octal11713427272630333515464
Binary100111110111001011101011101011001101101111101001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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