#4F5585

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

Shades of Governor Bay #4F5585

Tints of Governor Bay #4F5585

Color information

#4F5585 (or 0x4F5585) is unknown color: approx Governor Bay. HEX triplet: 4F, 55 and 85. RGB value is (79,85,133). Sum of RGB (Red+Green+Blue) = 79+85+133=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F5585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5585 is #B0AA7A. Grayscale: #585858. Windows color (decimal): -11577979 or 8738127. OLE color: 8738127.

HSL color Cylindrical-coordinate representation of color #4F5585: hue angle of 233.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F5585 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7985133-
CMYK0.410.3600.48
HSL233.33º25.47%41.57%-
HSV(B)233.33º40.6%52.16%-
XYZ10.719.8523.53-
YUV88.68153.01121.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.60%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=26.60%
G=28.62%
B=44.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79851330.410.3600.48233.3325.4741.57
Hex4F55852924030e9192a
Octal11712520551440603513152
Binary100111110101011000010110100110010001100001110100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,133); }

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

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

 a { background-color: rgb(79,85,133); }

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

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

 span { border-color: rgb(79,85,133); }

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