#4C5392

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

Shades of Governor Bay #4C5392

Tints of Governor Bay #4C5392

Color information

#4C5392 (or 0x4C5392) is unknown color: approx Governor Bay. HEX triplet: 4C, 53 and 92. RGB value is (76,83,146). Sum of RGB (Red+Green+Blue) = 76+83+146=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C5392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5392 is #B3AC6D. Grayscale: #575757. Windows color (decimal): -11775086 or 9589580. OLE color: 9589580.

HSL color Cylindrical-coordinate representation of color #4C5392: hue angle of 234º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C5392 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7683146-
CMYK0.480.4300.43
HSL234º31.53%43.53%-
HSV(B)234º47.95%57.25%-
XYZ11.269.828.49-
YUV88.09160.68119.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.92%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=24.92%
G=27.21%
B=47.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76831460.480.4300.4323431.5343.53
Hex4C5392302B02Bea202c
Octal11412322260530533524054
Binary1001100101001110010010110000101011010101111101010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,83,146); }

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

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

 a { background-color: rgb(76,83,146); }

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

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

 span { border-color: rgb(76,83,146); }

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