#48569C

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

Shades of Governor Bay #48569C

Tints of Governor Bay #48569C

Color information

#48569C (or 0x48569C) is unknown color: approx Governor Bay. HEX triplet: 48, 56 and 9C. RGB value is (72,86,156). Sum of RGB (Red+Green+Blue) = 72+86+156=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #48569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48569C is #B7A963. Grayscale: #595959. Windows color (decimal): -12036452 or 10245704. OLE color: 10245704.

HSL color Cylindrical-coordinate representation of color #48569C: hue angle of 230º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48569C is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7286156-
CMYK0.540.4500.39
HSL230º36.84%44.71%-
HSV(B)230º53.85%61.18%-
XYZ1210.4332.83-
YUV89.79165.36115.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 156 (61.33% from 255) = 49.68%
R=22.93%
G=27.39%
B=49.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72861560.540.4500.3923036.8444.71
Hex48569C362D027e6252d
Octal11012623466550473464555
Binary1001000101011010011100110110101101010011111100110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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