#4F53A0

Color #4F53A0 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #4F53A0

Tints of Governor Bay #4F53A0

Color information

#4F53A0 (or 0x4F53A0) is unknown color: approx Governor Bay. HEX triplet: 4F, 53 and A0. RGB value is (79,83,160). Sum of RGB (Red+Green+Blue) = 79+83+160=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 160 (62.89% from 255 or 49.69% from 322); Max value from RGB is 160 - color contains mainly: blue. Hex color #4F53A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F53A0 is #B0AC5F. Grayscale: #5A5A5A. Windows color (decimal): -11578464 or 10507087. OLE color: 10507087.

HSL color Cylindrical-coordinate representation of color #4F53A0: hue angle of 237.04º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F53A0 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7983160-
CMYK0.510.4800.37
HSL237.04º33.89%46.86%-
HSV(B)237.04º50.63%62.75%-
XYZ12.6610.3934.6-
YUV90.58167.17119.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.53%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 160 (62.89% from 255) = 49.69%
R=24.53%
G=25.78%
B=49.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal79831600.510.4800.37237.0433.8946.86
Hex4F53A03330025ed222f
Octal11712324063600453554257
Binary1001111101001110100000110011110000010010111101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F53A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,83,160); }

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

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

 a { background-color: rgb(79,83,160); }

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

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

 span { border-color: rgb(79,83,160); }

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