#4745AA

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

Shades of Governor Bay #4745AA

Tints of Governor Bay #4745AA

Color information

#4745AA (or 0x4745AA) is unknown color: approx Governor Bay. HEX triplet: 47, 45 and AA. RGB value is (71,69,170). Sum of RGB (Red+Green+Blue) = 71+69+170=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #4745AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4745AA is #B8BA55. Grayscale: #505050. Windows color (decimal): -12106326 or 11158855. OLE color: 11158855.

HSL color Cylindrical-coordinate representation of color #4745AA: hue angle of 241.19º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4745AA is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7169170-
CMYK0.580.5900.33
HSL241.19º42.26%46.86%-
HSV(B)241.19º59.41%66.67%-
XYZ11.988.539.04-
YUV81.11178.16120.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.90%
GREEN value IS 69 (27.34% from 255) = 22.26%
BLUE value IS 170 (66.80% from 255) = 54.84%
R=22.90%
G=22.26%
B=54.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71691700.580.5900.33241.1942.2646.86
Hex4745AA3A3B021f12a2f
Octal10710525272730413615257
Binary1000111100010110101010111010111011010000111110001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4745AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,69,170); }

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

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

 a { background-color: rgb(71,69,170); }

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

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

 span { border-color: rgb(71,69,170); }

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