#4C4AA2

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

Shades of Governor Bay #4C4AA2

Tints of Governor Bay #4C4AA2

Color information

#4C4AA2 (or 0x4C4AA2) is unknown color: approx Governor Bay. HEX triplet: 4C, 4A and A2. RGB value is (76,74,162). Sum of RGB (Red+Green+Blue) = 76+74+162=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #4C4AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4AA2 is #B3B55D. Grayscale: #545454. Windows color (decimal): -11777374 or 10635852. OLE color: 10635852.

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

Color convert

RGB7674162-
CMYK0.530.5400.36
HSL241.36º37.29%46.27%-
HSV(B)241.36º54.32%63.53%-
XYZ11.959.0435.3-
YUV84.63171.66121.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.36%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 162 (63.67% from 255) = 51.92%
R=24.36%
G=23.72%
B=51.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76741620.530.5400.36241.3637.2946.27
Hex4C4AA23536024f1252e
Octal11411224265660443614556
Binary1001100100101010100010110101110110010010011110001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,74,162); }

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

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

 a { background-color: rgb(76,74,162); }

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

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

 span { border-color: rgb(76,74,162); }

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