#4247AA

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

Shades of Governor Bay #4247AA

Tints of Governor Bay #4247AA

Color information

#4247AA (or 0x4247AA) is unknown color: approx Governor Bay. HEX triplet: 42, 47 and AA. RGB value is (66,71,170). Sum of RGB (Red+Green+Blue) = 66+71+170=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #4247AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4247AA is #BDB855. Grayscale: #505050. Windows color (decimal): -12433494 or 11159362. OLE color: 11159362.

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

Color convert

RGB6671170-
CMYK0.610.5800.33
HSL237.12º44.07%46.27%-
HSV(B)237.12º61.18%66.67%-
XYZ11.768.5739.06-
YUV80.79178.34117.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=21.50%
G=23.13%
B=55.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66711700.610.5800.33237.1244.0746.27
Hex4247AA3D3A021ed2c2e
Octal10210725275720413555456
Binary1000010100011110101010111101111010010000111101101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4247AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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