#4F5594

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

Shades of Governor Bay #4F5594

Tints of Governor Bay #4F5594

Color information

#4F5594 (or 0x4F5594) is unknown color: approx Governor Bay. HEX triplet: 4F, 55 and 94. RGB value is (79,85,148). Sum of RGB (Red+Green+Blue) = 79+85+148=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F5594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5594 is #B0AA6B. Grayscale: #5A5A5A. Windows color (decimal): -11577964 or 9721167. OLE color: 9721167.

HSL color Cylindrical-coordinate representation of color #4F5594: hue angle of 234.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F5594 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7985148-
CMYK0.470.4300.42
HSL234.78º30.4%44.51%-
HSV(B)234.78º46.62%58.04%-
XYZ11.8210.329.38-
YUV90.39160.51119.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.32%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=25.32%
G=27.24%
B=47.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79851480.470.4300.42234.7830.444.51
Hex4F55942F2B02Aeb1e2d
Octal11712522457530523533655
Binary100111110101011001010010111110101101010101110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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