Html Css Color HEX #48509F Governor Bay

📋 copy color: '#48509F'

red 72 ◦ green 80 ◦ blue 159

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

Shades of Governor Bay #48509F

Tints of Governor Bay #48509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

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

R = 23.15%
G = 25.72%
B = 51.13%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48509F (or 0x48509F) is known color: Governor Bay. HEX triplet: 48, 50 and 9F. RGB value is (72,80,159). Sum of RGB (Red+Green+Blue) = 72+80+159=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #48509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48509F is #B7AF60. Grayscale: #565656. Windows color (decimal): -12037985 or 10440776. OLE color: 10440776.

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

Color convert

RGB 72 80 159 -
CMYK 0.55 0.50 0 0.38
HSL 234.48º 0.38% 0.45% -
HSV(B) 234.48º 0.55% 0.62% -
XYZ 11.8 9.62 34.04 -
YUV 86.61 168.85 117.58 -
System Red Green Blue C M Y K H S L
Decimal 72 80 159 0.55 0.50 0 0.38 234.48 0.38 0.45
Hex 48 50 9F 37 32 0 26 EA 26 2D
Octal 110 120 237 67 62 0 46 352 46 55
Binary 1001000 1010000 10011111 110111 110010 0 100110 11101010 100110 101101

Color Harmonies of #48509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48509F

Black with #48509F

Text Example


Text Example

White with #48509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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