#4F508A

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

Shades of Governor Bay #4F508A

Tints of Governor Bay #4F508A

Color information

#4F508A (or 0x4F508A) is unknown color: approx Governor Bay. HEX triplet: 4F, 50 and 8A. RGB value is (79,80,138). Sum of RGB (Red+Green+Blue) = 79+80+138=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F508A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F508A is #B0AF75. Grayscale: #565656. Windows color (decimal): -11579254 or 9064527. OLE color: 9064527.

HSL color Cylindrical-coordinate representation of color #4F508A: hue angle of 238.98º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F508A is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7980138-
CMYK0.430.4200.46
HSL238.98º27.19%42.55%-
HSV(B)238.98º42.75%54.12%-
XYZ10.689.2325.26-
YUV86.31157.17122.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.60%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=26.60%
G=26.94%
B=46.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79801380.430.4200.46238.9827.1942.55
Hex4F508A2B2A02Eef1b2b
Octal11712021253520563573353
Binary100111110100001000101010101110101001011101110111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,80,138); }

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

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

 a { background-color: rgb(79,80,138); }

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

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

 span { border-color: rgb(79,80,138); }

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