#48569F

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

Shades of Governor Bay #48569F

Tints of Governor Bay #48569F

Color information

#48569F (or 0x48569F) is unknown color: approx Governor Bay. HEX triplet: 48, 56 and 9F. RGB value is (72,86,159). Sum of RGB (Red+Green+Blue) = 72+86+159=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #48569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48569F is #B7A960. Grayscale: #595959. Windows color (decimal): -12036449 or 10442312. OLE color: 10442312.

HSL color Cylindrical-coordinate representation of color #48569F: hue angle of 230.34º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48569F is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7286159-
CMYK0.550.4600.38
HSL230.34º37.66%45.29%-
HSV(B)230.34º54.72%62.35%-
XYZ12.2610.5434.19-
YUV90.14166.86115.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 159 (62.5% from 255) = 50.16%
R=22.71%
G=27.13%
B=50.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72861590.550.4600.38230.3437.6645.29
Hex48569F372E026e6262d
Octal11012623767560463464655
Binary1001000101011010011111110111101110010011011100110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48569F; }

 p { color: rgb(72,86,159); }

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

<style>
 a { background-color: #48569F; }

 a { background-color: rgb(72,86,159); }

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

<style>
 span { border-color: #48569F; }

 span { border-color: rgb(72,86,159); }

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