#4B42AA

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

Shades of Governor Bay #4B42AA

Tints of Governor Bay #4B42AA

Color information

#4B42AA (or 0x4B42AA) is unknown color: approx Governor Bay. HEX triplet: 4B, 42 and AA. RGB value is (75,66,170). Sum of RGB (Red+Green+Blue) = 75+66+170=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B42AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B42AA is #B4BD55. Grayscale: #505050. Windows color (decimal): -11844950 or 11158091. OLE color: 11158091.

HSL color Cylindrical-coordinate representation of color #4B42AA: hue angle of 245.19º 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 #4B42AA is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7566170-
CMYK0.560.6100.33
HSL245.19º44.07%46.27%-
HSV(B)245.19º61.18%66.67%-
XYZ12.118.2938.99-
YUV80.55178.48124.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.12%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=24.12%
G=21.22%
B=54.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75661700.560.6100.33245.1944.0746.27
Hex4B42AA383D021f52c2e
Octal11310225270750413655456
Binary1001011100001010101010111000111101010000111110101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B42AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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