#4F58A2

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

Shades of Governor Bay #4F58A2

Tints of Governor Bay #4F58A2

Color information

#4F58A2 (or 0x4F58A2) is unknown color: approx Governor Bay. HEX triplet: 4F, 58 and A2. RGB value is (79,88,162). Sum of RGB (Red+Green+Blue) = 79+88+162=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #4F58A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F58A2 is #B0A75D. Grayscale: #5D5D5D. Windows color (decimal): -11577182 or 10639439. OLE color: 10639439.

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

Color convert

RGB7988162-
CMYK0.510.4600.36
HSL233.49º34.44%47.25%-
HSV(B)233.49º51.23%63.53%-
XYZ13.2411.2535.66-
YUV93.74166.52117.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.01%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 162 (63.67% from 255) = 49.24%
R=24.01%
G=26.75%
B=49.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79881620.510.4600.36233.4934.4447.25
Hex4F58A2332E024e9222f
Octal11713024263560443514257
Binary1001111101100010100010110011101110010010011101001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F58A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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