#4857AC

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

Shades of Governor Bay #4857AC

Tints of Governor Bay #4857AC

Color information

#4857AC (or 0x4857AC) is unknown color: approx Governor Bay. HEX triplet: 48, 57 and AC. RGB value is (72,87,172). Sum of RGB (Red+Green+Blue) = 72+87+172=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #4857AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4857AC is #B7A853. Grayscale: #5B5B5B. Windows color (decimal): -12036180 or 11294536. OLE color: 11294536.

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

Color convert

RGB7287172-
CMYK0.580.4900.33
HSL231º40.98%47.84%-
HSV(B)231º58.14%67.45%-
XYZ13.5311.1740.47-
YUV92.2173.03113.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=21.75%
G=26.28%
B=51.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72871720.580.4900.3323140.9847.84
Hex4857AC3A31021e72930
Octal11012725472610413475160
Binary1001000101011110101100111010110001010000111100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4857AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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