#4C55A4

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

Shades of Governor Bay #4C55A4

Tints of Governor Bay #4C55A4

Color information

#4C55A4 (or 0x4C55A4) is unknown color: approx Governor Bay. HEX triplet: 4C, 55 and A4. RGB value is (76,85,164). Sum of RGB (Red+Green+Blue) = 76+85+164=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #4C55A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C55A4 is #B3AA5B. Grayscale: #5A5A5A. Windows color (decimal): -11774556 or 10769740. OLE color: 10769740.

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

Color convert

RGB7685164-
CMYK0.540.4800.36
HSL233.86º36.67%47.06%-
HSV(B)233.86º53.66%64.31%-
XYZ12.9310.7136.51-
YUV91.32169.02117.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.38%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 164 (64.45% from 255) = 50.46%
R=23.38%
G=26.15%
B=50.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76851640.540.4800.36233.8636.6747.06
Hex4C55A43630024ea252f
Octal11412524466600443524557
Binary1001100101010110100100110110110000010010011101010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C55A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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