#48459D

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

Shades of Governor Bay #48459D

Tints of Governor Bay #48459D

Color information

#48459D (or 0x48459D) is unknown color: approx Governor Bay. HEX triplet: 48, 45 and 9D. RGB value is (72,69,157). Sum of RGB (Red+Green+Blue) = 72+69+157=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #48459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48459D is #B7BA62. Grayscale: #4F4F4F. Windows color (decimal): -12040803 or 10306888. OLE color: 10306888.

HSL color Cylindrical-coordinate representation of color #48459D: hue angle of 242.05º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48459D is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7269157-
CMYK0.540.5600.38
HSL242.05º38.94%44.31%-
HSV(B)242.05º56.05%61.57%-
XYZ10.898.0732.88-
YUV79.93171.49122.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=24.16%
G=23.15%
B=52.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72691570.540.5600.38242.0538.9444.31
Hex48459D3638026f2272c
Octal11010523566700463624754
Binary1001000100010110011101110110111000010011011110010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48459D; }

 p { color: rgb(72,69,157); }

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

<style>
 a { background-color: #48459D; }

 a { background-color: rgb(72,69,157); }

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

<style>
 span { border-color: #48459D; }

 span { border-color: rgb(72,69,157); }

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