#4844AC

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

Shades of Governor Bay #4844AC

Tints of Governor Bay #4844AC

Color information

#4844AC (or 0x4844AC) is unknown color: approx Governor Bay. HEX triplet: 48, 44 and AC. RGB value is (72,68,172). Sum of RGB (Red+Green+Blue) = 72+68+172=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #4844AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4844AC is #B7BB53. Grayscale: #505050. Windows color (decimal): -12041044 or 11289672. OLE color: 11289672.

HSL color Cylindrical-coordinate representation of color #4844AC: hue angle of 242.31º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4844AC is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7268172-
CMYK0.580.6000.33
HSL242.31º43.33%47.06%-
HSV(B)242.31º60.47%67.45%-
XYZ12.198.4940.03-
YUV81.05179.33121.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 172 (67.58% from 255) = 55.13%
R=23.08%
G=21.79%
B=55.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72681720.580.6000.33242.3143.3347.06
Hex4844AC3A3C021f22b2f
Octal11010425472740413625357
Binary1001000100010010101100111010111100010000111110010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4844AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4844AC; }

 p { color: rgb(72,68,172); }

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

<style>
 a { background-color: #4844AC; }

 a { background-color: rgb(72,68,172); }

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

<style>
 span { border-color: #4844AC; }

 span { border-color: rgb(72,68,172); }

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