Html Css Color HEX #48519F Governor Bay

📋 copy color: '#48519F'

red 72 ◦ green 81 ◦ blue 159

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

Shades of Governor Bay #48519F

Tints of Governor Bay #48519F

RGB

 RED value IS 72 (28.52% from 255) = 23.08%

 GREEN value IS 81 (32.03% from 255) = 25.96%

 BLUE value IS 159 (62.5% from 255) = 50.96%

R = 23.08%
G = 25.96%
B = 50.96%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48519F (or 0x48519F) is known color: Governor Bay. HEX triplet: 48, 51 and 9F. RGB value is (72,81,159). Sum of RGB (Red+Green+Blue) = 72+81+159=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #48519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48519F is #B7AE60. Grayscale: #565656. Windows color (decimal): -12037729 or 10441032. OLE color: 10441032.

HSL color Cylindrical-coordinate representation of color #48519F: hue angle of 233.79º 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 #48519F is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 81 159 -
CMYK 0.55 0.49 0 0.38
HSL 233.79º 0.38% 0.45% -
HSV(B) 233.79º 0.55% 0.62% -
XYZ 11.87 9.77 34.06 -
YUV 87.2 168.52 117.16 -
System Red Green Blue C M Y K H S L
Decimal 72 81 159 0.55 0.49 0 0.38 233.79 0.38 0.45
Hex 48 51 9F 37 31 0 26 EA 26 2D
Octal 110 121 237 67 61 0 46 352 46 55
Binary 1001000 1010001 10011111 110111 110001 0 100110 11101010 100110 101101

Color Harmonies of #48519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48519F

Black with #48519F

Text Example


Text Example

White with #48519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48519F;
 }
 .AnyTagClassName
 {
   color: #48519F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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