#4552A4

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

Shades of Governor Bay #4552A4

Tints of Governor Bay #4552A4

Color information

#4552A4 (or 0x4552A4) is unknown color: approx Governor Bay. HEX triplet: 45, 52 and A4. RGB value is (69,82,164). Sum of RGB (Red+Green+Blue) = 69+82+164=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #4552A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4552A4 is #BAAD5B. Grayscale: #575757. Windows color (decimal): -12234076 or 10768965. OLE color: 10768965.

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

Color convert

RGB6982164-
CMYK0.580.500.36
HSL231.79º40.77%45.69%-
HSV(B)231.79º57.93%64.31%-
XYZ12.179.9836.41-
YUV87.46171.19114.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 164 (64.45% from 255) = 52.06%
R=21.90%
G=26.03%
B=52.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69821640.580.500.36231.7940.7745.69
Hex4552A43A32024e8292e
Octal10512224472620443505156
Binary1000101101001010100100111010110010010010011101000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4552A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4552A4; }

 p { color: rgb(69,82,164); }

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

<style>
 a { background-color: #4552A4; }

 a { background-color: rgb(69,82,164); }

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

<style>
 span { border-color: #4552A4; }

 span { border-color: rgb(69,82,164); }

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