#4452AD

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

Shades of Governor Bay #4452AD

Tints of Governor Bay #4452AD

Color information

#4452AD (or 0x4452AD) is unknown color: approx Governor Bay. HEX triplet: 44, 52 and AD. RGB value is (68,82,173). Sum of RGB (Red+Green+Blue) = 68+82+173=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #4452AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4452AD is #BBAD52. Grayscale: #575757. Windows color (decimal): -12299603 or 11358788. OLE color: 11358788.

HSL color Cylindrical-coordinate representation of color #4452AD: hue angle of 232º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4452AD is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6882173-
CMYK0.610.5300.32
HSL232º43.57%47.25%-
HSV(B)232º60.69%67.84%-
XYZ12.9410.2840.84-
YUV88.19175.86113.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 173 (67.97% from 255) = 53.56%
R=21.05%
G=25.39%
B=53.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68821730.610.5300.3223243.5747.25
Hex4452AD3D35020e82c2f
Octal10412225575650403505457
Binary1000100101001010101101111101110101010000011101000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4452AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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