#4850AB

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

Shades of Governor Bay #4850AB

Tints of Governor Bay #4850AB

Color information

#4850AB (or 0x4850AB) is unknown color: approx Governor Bay. HEX triplet: 48, 50 and AB. RGB value is (72,80,171). Sum of RGB (Red+Green+Blue) = 72+80+171=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #4850AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4850AB is #B7AF54. Grayscale: #575757. Windows color (decimal): -12037973 or 11227208. OLE color: 11227208.

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

Color convert

RGB7280171-
CMYK0.580.5300.33
HSL235.15º40.74%47.65%-
HSV(B)235.15º57.89%67.06%-
XYZ12.8910.0639.79-
YUV87.98174.85116.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 80 (31.64% from 255) = 24.77%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=22.29%
G=24.77%
B=52.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72801710.580.5300.33235.1540.7447.65
Hex4850AB3A35021eb2930
Octal11012025372650413535160
Binary1001000101000010101011111010110101010000111101011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4850AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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