#4F5483

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

Shades of Governor Bay #4F5483

Tints of Governor Bay #4F5483

Color information

#4F5483 (or 0x4F5483) is unknown color: approx Governor Bay. HEX triplet: 4F, 54 and 83. RGB value is (79,84,131). Sum of RGB (Red+Green+Blue) = 79+84+131=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F5483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5483 is #B0AB7C. Grayscale: #575757. Windows color (decimal): -11578237 or 8606799. OLE color: 8606799.

HSL color Cylindrical-coordinate representation of color #4F5483: hue angle of 234.23º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F5483 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7984131-
CMYK0.400.3600.49
HSL234.23º24.76%41.18%-
HSV(B)234.23º39.69%51.37%-
XYZ10.499.6422.78-
YUV87.86152.34121.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.87%
GREEN value IS 84 (33.20% from 255) = 28.57%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=26.87%
G=28.57%
B=44.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79841310.400.3600.49234.2324.7641.18
Hex4F54832824031ea1929
Octal11712420350440613523151
Binary100111110101001000001110100010010001100011110101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,84,131); }

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

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

 a { background-color: rgb(79,84,131); }

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

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

 span { border-color: rgb(79,84,131); }

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