#4247AE

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

Shades of Governor Bay #4247AE

Tints of Governor Bay #4247AE

Color information

#4247AE (or 0x4247AE) is unknown color: approx Governor Bay. HEX triplet: 42, 47 and AE. RGB value is (66,71,174). Sum of RGB (Red+Green+Blue) = 66+71+174=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #4247AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4247AE is #BDB851. Grayscale: #505050. Windows color (decimal): -12433490 or 11421506. OLE color: 11421506.

HSL color Cylindrical-coordinate representation of color #4247AE: hue angle of 237.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4247AE is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6671174-
CMYK0.620.5900.32
HSL237.22º45%47.06%-
HSV(B)237.22º62.07%68.24%-
XYZ12.148.7241.09-
YUV81.25180.34117.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=21.22%
G=22.83%
B=55.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66711740.620.5900.32237.224547.06
Hex4247AE3E3B020ed2d2f
Octal10210725676730403555557
Binary1000010100011110101110111110111011010000011101101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4247AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4247AE; }

 p { color: rgb(66,71,174); }

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

<style>
 a { background-color: #4247AE; }

 a { background-color: rgb(66,71,174); }

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

<style>
 span { border-color: #4247AE; }

 span { border-color: rgb(66,71,174); }

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