#4C5AA4

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

Shades of Governor Bay #4C5AA4

Tints of Governor Bay #4C5AA4

Color information

#4C5AA4 (or 0x4C5AA4) is unknown color: approx Governor Bay. HEX triplet: 4C, 5A and A4. RGB value is (76,90,164). Sum of RGB (Red+Green+Blue) = 76+90+164=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #4C5AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5AA4 is #B3A55B. Grayscale: #5D5D5D. Windows color (decimal): -11773276 or 10771020. OLE color: 10771020.

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

Color convert

RGB7690164-
CMYK0.540.4500.36
HSL230.45º36.67%47.06%-
HSV(B)230.45º53.66%64.31%-
XYZ13.3411.5336.64-
YUV94.25167.36114.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.03%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 164 (64.45% from 255) = 49.70%
R=23.03%
G=27.27%
B=49.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76901640.540.4500.36230.4536.6747.06
Hex4C5AA4362D024e6252f
Octal11413224466550443464557
Binary1001100101101010100100110110101101010010011100110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,90,164); }

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

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

 a { background-color: rgb(76,90,164); }

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

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

 span { border-color: rgb(76,90,164); }

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