#4f479d

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

Shades of Governor Bay #4F479D

Tints of Governor Bay #4F479D

Color information

#4F479D (or 0x4F479D) is unknown color: approx Governor Bay. HEX triplet: 4F, 47 and 9D. RGB value is (79,71,157). Sum of RGB (Red+Green+Blue) = 79+71+157=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F479D is #B0B862. Grayscale: #525252. Windows color (decimal): -11581539 or 10307407. OLE color: 10307407.

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

Color convert

RGB7971157-
CMYK0.500.5500.38
HSL245.58º37.72%44.71%-
HSV(B)245.58º54.78%61.57%-
XYZ11.568.632.95-
YUV83.2169.65125.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.73%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 157 (61.72% from 255) = 51.14%
R=25.73%
G=23.13%
B=51.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79711570.500.5500.38245.5837.7244.71
Hex4F479D3237026f6262d
Octal11710723562670463664655
Binary1001111100011110011101110010110111010011011110110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f479d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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