#4840AA

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

Shades of Governor Bay #4840AA

Tints of Governor Bay #4840AA

Color information

#4840AA (or 0x4840AA) is unknown color: approx Governor Bay. HEX triplet: 48, 40 and AA. RGB value is (72,64,170). Sum of RGB (Red+Green+Blue) = 72+64+170=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #4840AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4840AA is #B7BF55. Grayscale: #4E4E4E. Windows color (decimal): -12042070 or 11157576. OLE color: 11157576.

HSL color Cylindrical-coordinate representation of color #4840AA: hue angle of 244.53º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4840AA is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7264170-
CMYK0.580.6200.33
HSL244.53º45.3%45.88%-
HSV(B)244.53º62.35%66.67%-
XYZ11.767.9538.94-
YUV78.48179.65123.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 64 (25.39% from 255) = 20.92%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=23.53%
G=20.92%
B=55.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72641700.580.6200.33244.5345.345.88
Hex4840AA3A3E021f52d2e
Octal11010025272760413655556
Binary1001000100000010101010111010111110010000111110101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4840AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4840AA; }

 p { color: rgb(72,64,170); }

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

<style>
 a { background-color: #4840AA; }

 a { background-color: rgb(72,64,170); }

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

<style>
 span { border-color: #4840AA; }

 span { border-color: rgb(72,64,170); }

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