#4742AB

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

Shades of Governor Bay #4742AB

Tints of Governor Bay #4742AB

Color information

#4742AB (or 0x4742AB) is unknown color: approx Governor Bay. HEX triplet: 47, 42 and AB. RGB value is (71,66,171). Sum of RGB (Red+Green+Blue) = 71+66+171=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #4742AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4742AB is #B8BD54. Grayscale: #4F4F4F. Windows color (decimal): -12107093 or 11223623. OLE color: 11223623.

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

Color convert

RGB7166171-
CMYK0.580.6100.33
HSL242.86º44.3%46.47%-
HSV(B)242.86º61.4%67.06%-
XYZ11.98.1839.48-
YUV79.46179.66121.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 66 (26.17% from 255) = 21.43%
BLUE value IS 171 (67.19% from 255) = 55.52%
R=23.05%
G=21.43%
B=55.52%

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
Decimal71661710.580.6100.33242.8644.346.47
Hex4742AB3A3D021f32c2e
Octal10710225372750413635456
Binary1000111100001010101011111010111101010000111110011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4742AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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