Html Css Color HEX #48459D Governor Bay

📋 copy color: '#48459D'

red 72 ◦ green 69 ◦ blue 157

#48459D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #48459D

Tints of Governor Bay #48459D

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 value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48459D (or 0x48459D) is known color: 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

RGB 72 69 157 -
CMYK 0.54 0.56 0 0.38
HSL 242.05º 0.39% 0.44% -
HSV(B) 242.05º 0.56% 0.62% -
XYZ 10.89 8.07 32.88 -
YUV 79.93 171.49 122.34 -
System Red Green Blue C M Y K H S L
Decimal 72 69 157 0.54 0.56 0 0.38 242.05 0.39 0.44
Hex 48 45 9D 36 38 0 26 F2 27 2C
Octal 110 105 235 66 70 0 46 362 47 54
Binary 1001000 1000101 10011101 110110 111000 0 100110 11110010 100111 101100

Color Harmonies of #48459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48459D

Black with #48459D

Text Example


Text Example

White with #48459D

Text Example


Text Example

HTML Codes & Css Web 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>