#4453AD

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

Shades of Governor Bay #4453AD

Tints of Governor Bay #4453AD

Color information

#4453AD (or 0x4453AD) is unknown color: approx Governor Bay. HEX triplet: 44, 53 and AD. RGB value is (68,83,173). Sum of RGB (Red+Green+Blue) = 68+83+173=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #4453AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4453AD is #BBAC52. Grayscale: #585858. Windows color (decimal): -12299347 or 11359044. OLE color: 11359044.

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

Color convert

RGB6883173-
CMYK0.610.5200.32
HSL231.43º43.57%47.25%-
HSV(B)231.43º60.69%67.84%-
XYZ13.0210.4340.86-
YUV88.78175.53113.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.99%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 173 (67.97% from 255) = 53.40%
R=20.99%
G=25.62%
B=53.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68831730.610.5200.32231.4343.5747.25
Hex4453AD3D34020e72c2f
Octal10412325575640403475457
Binary1000100101001110101101111101110100010000011100111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4453AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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