#4F539A

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

Shades of Governor Bay #4F539A

Tints of Governor Bay #4F539A

Color information

#4F539A (or 0x4F539A) is unknown color: approx Governor Bay. HEX triplet: 4F, 53 and 9A. RGB value is (79,83,154). Sum of RGB (Red+Green+Blue) = 79+83+154=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F539A is #B0AC65. Grayscale: #595959. Windows color (decimal): -11578470 or 10113871. OLE color: 10113871.

HSL color Cylindrical-coordinate representation of color #4F539A: hue angle of 236.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F539A is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7983154-
CMYK0.490.4600.40
HSL236.8º32.19%45.69%-
HSV(B)236.8º48.7%60.39%-
XYZ12.1510.1831.9-
YUV89.9164.17120.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=25%
G=26.27%
B=48.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal79831540.490.4600.40236.832.1945.69
Hex4F539A312E028ed202e
Octal11712323261560503554056
Binary1001111101001110011010110001101110010100011101101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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