#4F5A8B

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

Shades of Governor Bay #4F5A8B

Tints of Governor Bay #4F5A8B

Color information

#4F5A8B (or 0x4F5A8B) is unknown color: approx Governor Bay. HEX triplet: 4F, 5A and 8B. RGB value is (79,90,139). Sum of RGB (Red+Green+Blue) = 79+90+139=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F5A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5A8B is #B0A574. Grayscale: #5C5C5C. Windows color (decimal): -11576693 or 9132623. OLE color: 9132623.

HSL color Cylindrical-coordinate representation of color #4F5A8B: hue angle of 229º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F5A8B is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7990139-
CMYK0.430.3500.45
HSL229º27.52%42.75%-
HSV(B)229º43.17%54.51%-
XYZ11.5410.8425.91-
YUV92.3154.36118.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.65%
GREEN value IS 90 (35.55% from 255) = 29.22%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=25.65%
G=29.22%
B=45.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79901390.430.3500.4522927.5242.75
Hex4F5A8B2B2302De51c2b
Octal11713221353430553453453
Binary100111110110101000101110101110001101011011110010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,90,139); }

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

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

 a { background-color: rgb(79,90,139); }

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

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

 span { border-color: rgb(79,90,139); }

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