#4252AA

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

Shades of Governor Bay #4252AA

Tints of Governor Bay #4252AA

Color information

#4252AA (or 0x4252AA) is unknown color: approx Governor Bay. HEX triplet: 42, 52 and AA. RGB value is (66,82,170). Sum of RGB (Red+Green+Blue) = 66+82+170=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #4252AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4252AA is #BDAD55. Grayscale: #565656. Windows color (decimal): -12430678 or 11162178. OLE color: 11162178.

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

Color convert

RGB6682170-
CMYK0.610.5200.33
HSL230.77º44.07%46.27%-
HSV(B)230.77º61.18%66.67%-
XYZ12.5210.139.32-
YUV87.25174.7112.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=20.75%
G=25.79%
B=53.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66821700.610.5200.33230.7744.0746.27
Hex4252AA3D34021e72c2e
Octal10212225275640413475456
Binary1000010101001010101010111101110100010000111100111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4252AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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