#4C5292

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

Shades of Governor Bay #4C5292

Tints of Governor Bay #4C5292

Color information

#4C5292 (or 0x4C5292) is unknown color: approx Governor Bay. HEX triplet: 4C, 52 and 92. RGB value is (76,82,146). Sum of RGB (Red+Green+Blue) = 76+82+146=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C5292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5292 is #B3AD6D. Grayscale: #575757. Windows color (decimal): -11775342 or 9589324. OLE color: 9589324.

HSL color Cylindrical-coordinate representation of color #4C5292: hue angle of 234.86º 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 #4C5292 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7682146-
CMYK0.480.4400.43
HSL234.86º31.53%43.53%-
HSV(B)234.86º47.95%57.25%-
XYZ11.199.6528.47-
YUV87.5161.01119.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=25%
G=26.97%
B=48.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76821460.480.4400.43234.8631.5343.53
Hex4C5292302C02Beb202c
Octal11412222260540533534054
Binary1001100101001010010010110000101100010101111101011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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