#4843AB

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

Shades of Governor Bay #4843AB

Tints of Governor Bay #4843AB

Color information

#4843AB (or 0x4843AB) is unknown color: approx Governor Bay. HEX triplet: 48, 43 and AB. RGB value is (72,67,171). Sum of RGB (Red+Green+Blue) = 72+67+171=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #4843AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4843AB is #B7BC54. Grayscale: #4F4F4F. Windows color (decimal): -12041301 or 11223880. OLE color: 11223880.

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

Color convert

RGB7267171-
CMYK0.580.6100.33
HSL242.88º43.7%46.67%-
HSV(B)242.88º60.82%67.06%-
XYZ12.038.3339.5-
YUV80.35179.16122.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 67 (26.56% from 255) = 21.61%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=23.23%
G=21.61%
B=55.16%

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
Decimal72671710.580.6100.33242.8843.746.67
Hex4843AB3A3D021f32c2f
Octal11010325372750413635457
Binary1001000100001110101011111010111101010000111110011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4843AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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