#4452A2

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

Shades of Governor Bay #4452A2

Tints of Governor Bay #4452A2

Color information

#4452A2 (or 0x4452A2) is unknown color: approx Governor Bay. HEX triplet: 44, 52 and A2. RGB value is (68,82,162). Sum of RGB (Red+Green+Blue) = 68+82+162=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #4452A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4452A2 is #BBAD5D. Grayscale: #565656. Windows color (decimal): -12299614 or 10637892. OLE color: 10637892.

HSL color Cylindrical-coordinate representation of color #4452A2: hue angle of 231.06º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4452A2 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6882162-
CMYK0.580.4900.36
HSL231.06º40.87%45.1%-
HSV(B)231.06º58.02%63.53%-
XYZ11.929.8735.46-
YUV86.93170.36114.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 162 (63.67% from 255) = 51.92%
R=21.79%
G=26.28%
B=51.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68821620.580.4900.36231.0640.8745.1
Hex4452A23A31024e7292d
Octal10412224272610443475155
Binary1000100101001010100010111010110001010010011100111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4452A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4452A2; }

 p { color: rgb(68,82,162); }

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

<style>
 a { background-color: #4452A2; }

 a { background-color: rgb(68,82,162); }

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

<style>
 span { border-color: #4452A2; }

 span { border-color: rgb(68,82,162); }

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