Html Css Color HEX #48509B Governor Bay

📋 copy color: '#48509B'

red 72 ◦ green 80 ◦ blue 155

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

Shades of Governor Bay #48509B

Tints of Governor Bay #48509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.49%

R = 23.45%
G = 26.06%
B = 50.49%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48509B (or 0x48509B) is known color: Governor Bay. HEX triplet: 48, 50 and 9B. RGB value is (72,80,155). Sum of RGB (Red+Green+Blue) = 72+80+155=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #48509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48509B is #B7AF64. Grayscale: #555555. Windows color (decimal): -12037989 or 10178632. OLE color: 10178632.

HSL color Cylindrical-coordinate representation of color #48509B: hue angle of 234.22º 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 #48509B is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 80 155 -
CMYK 0.54 0.48 0 0.39
HSL 234.22º 0.37% 0.45% -
HSV(B) 234.22º 0.54% 0.61% -
XYZ 11.46 9.48 32.24 -
YUV 86.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 72 80 155 0.54 0.48 0 0.39 234.22 0.37 0.45
Hex 48 50 9B 36 30 0 27 EA 25 2D
Octal 110 120 233 66 60 0 47 352 45 55
Binary 1001000 1010000 10011011 110110 110000 0 100111 11101010 100101 101101

Color Harmonies of #48509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48509B

Black with #48509B

Text Example


Text Example

White with #48509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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