#4840AB

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

Shades of Governor Bay #4840AB

Tints of Governor Bay #4840AB

Color information

#4840AB (or 0x4840AB) is unknown color: approx Governor Bay. HEX triplet: 48, 40 and AB. RGB value is (72,64,171). Sum of RGB (Red+Green+Blue) = 72+64+171=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #4840AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4840AB is #B7BF54. Grayscale: #4E4E4E. Windows color (decimal): -12042069 or 11223112. OLE color: 11223112.

HSL color Cylindrical-coordinate representation of color #4840AB: hue angle of 244.49º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4840AB is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7264171-
CMYK0.580.6300.33
HSL244.49º45.53%46.08%-
HSV(B)244.49º62.57%67.06%-
XYZ11.867.9839.44-
YUV78.59180.15123.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=23.45%
G=20.85%
B=55.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72641710.580.6300.33244.4945.5346.08
Hex4840AB3A3F021f42e2e
Octal11010025372770413645656
Binary1001000100000010101011111010111111010000111110100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4840AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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