#4844AB

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

Shades of Governor Bay #4844AB

Tints of Governor Bay #4844AB

Color information

#4844AB (or 0x4844AB) is unknown color: approx Governor Bay. HEX triplet: 48, 44 and AB. RGB value is (72,68,171). Sum of RGB (Red+Green+Blue) = 72+68+171=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 68 (26.95% from 255 or 21.86% 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 #4844AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4844AB is #B7BB54. Grayscale: #505050. Windows color (decimal): -12041045 or 11224136. OLE color: 11224136.

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

Color convert

RGB7268171-
CMYK0.580.6000.33
HSL242.33º43.1%46.86%-
HSV(B)242.33º60.23%67.06%-
XYZ12.098.4539.52-
YUV80.94178.83121.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 68 (26.95% from 255) = 21.86%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=23.15%
G=21.86%
B=54.98%

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
Decimal72681710.580.6000.33242.3343.146.86
Hex4844AB3A3C021f22b2f
Octal11010425372740413625357
Binary1001000100010010101011111010111100010000111110010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4844AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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