#4C4AA7

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

Shades of Governor Bay #4C4AA7

Tints of Governor Bay #4C4AA7

Color information

#4C4AA7 (or 0x4C4AA7) is unknown color: approx Governor Bay. HEX triplet: 4C, 4A and A7. RGB value is (76,74,167). Sum of RGB (Red+Green+Blue) = 76+74+167=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 167 (65.62% from 255 or 52.68% from 317); Max value from RGB is 167 - color contains mainly: blue. Hex color #4C4AA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4AA7 is #B3B558. Grayscale: #545454. Windows color (decimal): -11777369 or 10963532. OLE color: 10963532.

HSL color Cylindrical-coordinate representation of color #4C4AA7: hue angle of 241.29º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C4AA7 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7674167-
CMYK0.540.5600.35
HSL241.29º38.59%47.25%-
HSV(B)241.29º55.69%65.49%-
XYZ12.49.2237.69-
YUV85.2174.16121.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 74 (29.30% from 255) = 23.34%
BLUE value IS 167 (65.62% from 255) = 52.68%
R=23.97%
G=23.34%
B=52.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76741670.540.5600.35241.2938.5947.25
Hex4C4AA73638023f1272f
Octal11411224766700433614757
Binary1001100100101010100111110110111000010001111110001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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