#4842AA

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

Shades of Governor Bay #4842AA

Tints of Governor Bay #4842AA

Color information

#4842AA (or 0x4842AA) is unknown color: approx Governor Bay. HEX triplet: 48, 42 and AA. RGB value is (72,66,170). Sum of RGB (Red+Green+Blue) = 72+66+170=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #4842AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4842AA is #B7BD55. Grayscale: #4F4F4F. Windows color (decimal): -12041558 or 11158088. OLE color: 11158088.

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

Color convert

RGB7266170-
CMYK0.580.6100.33
HSL243.46º44.07%46.27%-
HSV(B)243.46º61.18%66.67%-
XYZ11.888.1838.98-
YUV79.65178.99122.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 66 (26.17% from 255) = 21.43%
BLUE value IS 170 (66.80% from 255) = 55.19%
R=23.38%
G=21.43%
B=55.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72661700.580.6100.33243.4644.0746.27
Hex4842AA3A3D021f32c2e
Octal11010225272750413635456
Binary1001000100001010101010111010111101010000111110011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4842AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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