#4F479C

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

Shades of Governor Bay #4F479C

Tints of Governor Bay #4F479C

Color information

#4F479C (or 0x4F479C) is unknown color: approx Governor Bay. HEX triplet: 4F, 47 and 9C. RGB value is (79,71,156). Sum of RGB (Red+Green+Blue) = 79+71+156=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F479C is #B0B863. Grayscale: #525252. Windows color (decimal): -11581540 or 10241871. OLE color: 10241871.

HSL color Cylindrical-coordinate representation of color #4F479C: hue angle of 245.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F479C is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7971156-
CMYK0.490.5400.39
HSL245.65º37.44%44.51%-
HSV(B)245.65º54.49%61.18%-
XYZ11.488.5732.5-
YUV83.08169.15125.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 156 (61.33% from 255) = 50.98%
R=25.82%
G=23.20%
B=50.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal79711560.490.5400.39245.6537.4444.51
Hex4F479C3136027f6252d
Octal11710723461660473664555
Binary1001111100011110011100110001110110010011111110110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,71,156); }

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

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

 a { background-color: rgb(79,71,156); }

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

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

 span { border-color: rgb(79,71,156); }

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