#4F569A

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

Shades of Governor Bay #4F569A

Tints of Governor Bay #4F569A

Color information

#4F569A (or 0x4F569A) is unknown color: approx Governor Bay. HEX triplet: 4F, 56 and 9A. RGB value is (79,86,154). Sum of RGB (Red+Green+Blue) = 79+86+154=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F569A is #B0A965. Grayscale: #5B5B5B. Windows color (decimal): -11577702 or 10114639. OLE color: 10114639.

HSL color Cylindrical-coordinate representation of color #4F569A: hue angle of 234.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F569A is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7986154-
CMYK0.490.4400.40
HSL234.4º32.19%45.69%-
HSV(B)234.4º48.7%60.39%-
XYZ12.3810.6531.97-
YUV91.66163.18118.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.76%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=24.76%
G=26.96%
B=48.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal79861540.490.4400.40234.432.1945.69
Hex4F569A312C028ea202e
Octal11712623261540503524056
Binary1001111101011010011010110001101100010100011101010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,86,154); }

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

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

 a { background-color: rgb(79,86,154); }

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

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

 span { border-color: rgb(79,86,154); }

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