#4F5185

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

Shades of Governor Bay #4F5185

Tints of Governor Bay #4F5185

Color information

#4F5185 (or 0x4F5185) is unknown color: approx Governor Bay. HEX triplet: 4F, 51 and 85. RGB value is (79,81,133). Sum of RGB (Red+Green+Blue) = 79+81+133=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F5185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5185 is #B0AE7A. Grayscale: #565656. Windows color (decimal): -11579003 or 8737103. OLE color: 8737103.

HSL color Cylindrical-coordinate representation of color #4F5185: hue angle of 237.78º 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 #4F5185 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7981133-
CMYK0.410.3900.48
HSL237.78º25.47%41.57%-
HSV(B)237.78º40.6%52.16%-
XYZ10.49.2423.43-
YUV86.33154.34122.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.96%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=26.96%
G=27.65%
B=45.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79811330.410.3900.48237.7825.4741.57
Hex4F51852927030ee192a
Octal11712120551470603563152
Binary100111110100011000010110100110011101100001110111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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