#4F4EA2

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

Shades of Governor Bay #4F4EA2

Tints of Governor Bay #4F4EA2

Color information

#4F4EA2 (or 0x4F4EA2) is unknown color: approx Governor Bay. HEX triplet: 4F, 4E and A2. RGB value is (79,78,162). Sum of RGB (Red+Green+Blue) = 79+78+162=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 162 (63.67% from 255 or 50.78% from 319); Max value from RGB is 162 - color contains mainly: blue. Hex color #4F4EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F4EA2 is #B0B15D. Grayscale: #575757. Windows color (decimal): -11579742 or 10636879. OLE color: 10636879.

HSL color Cylindrical-coordinate representation of color #4F4EA2: hue angle of 240.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F4EA2 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7978162-
CMYK0.510.5200.36
HSL240.71º35%47.06%-
HSV(B)240.71º51.85%63.53%-
XYZ12.479.7235.4-
YUV87.88169.83121.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.76%
GREEN value IS 78 (30.86% from 255) = 24.45%
BLUE value IS 162 (63.67% from 255) = 50.78%
R=24.76%
G=24.45%
B=50.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79781620.510.5200.36240.713547.06
Hex4F4EA23334024f1232f
Octal11711624263640443614357
Binary1001111100111010100010110011110100010010011110001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,78,162); }

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

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

 a { background-color: rgb(79,78,162); }

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

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

 span { border-color: rgb(79,78,162); }

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