#4943AB

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

Shades of Governor Bay #4943AB

Tints of Governor Bay #4943AB

Color information

#4943AB (or 0x4943AB) is unknown color: approx Governor Bay. HEX triplet: 49, 43 and AB. RGB value is (73,67,171). Sum of RGB (Red+Green+Blue) = 73+67+171=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #4943AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4943AB is #B6BC54. Grayscale: #505050. Windows color (decimal): -11975765 or 11223881. OLE color: 11223881.

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

Color convert

RGB7367171-
CMYK0.570.6100.33
HSL243.46º43.7%46.67%-
HSV(B)243.46º60.82%67.06%-
XYZ12.118.3739.51-
YUV80.65178.99122.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 67 (26.56% from 255) = 21.54%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=23.47%
G=21.54%
B=54.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73671710.570.6100.33243.4643.746.67
Hex4943AB393D021f32c2f
Octal11110325371750413635457
Binary1001001100001110101011111001111101010000111110011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4943AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,67,171); }

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

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

 a { background-color: rgb(73,67,171); }

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

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

 span { border-color: rgb(73,67,171); }

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