#4742aa

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

Shades of Governor Bay #4742AA

Tints of Governor Bay #4742AA

Color information

#4742AA (or 0x4742AA) is unknown color: approx Governor Bay. HEX triplet: 47, 42 and AA. RGB value is (71,66,170). Sum of RGB (Red+Green+Blue) = 71+66+170=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 66 (26.17% from 255 or 21.50% 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 #4742AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4742AA is #B8BD55. Grayscale: #4E4E4E. Windows color (decimal): -12107094 or 11158087. OLE color: 11158087.

HSL color Cylindrical-coordinate representation of color #4742AA: hue angle of 242.88º 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 #4742AA is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7166170-
CMYK0.580.6100.33
HSL242.88º44.07%46.27%-
HSV(B)242.88º61.18%66.67%-
XYZ11.88.1438.98-
YUV79.35179.16122.04-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71661700.580.6100.33242.8844.0746.27
Hex4742AA3A3D021f32c2e
Octal10710225272750413635456
Binary1000111100001010101010111010111101010000111110011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4742aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4742aa; }

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

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

<style>
 a { background-color: #4742aa; }

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

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

<style>
 span { border-color: #4742aa; }

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

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