Html Css Color HEX #48508B Governor Bay

📋 copy color: '#48508B'

red 72 ◦ green 80 ◦ blue 139

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

Shades of Governor Bay #48508B

Tints of Governor Bay #48508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.77%

R = 24.74%
G = 27.49%
B = 47.77%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48508B (or 0x48508B) is known color: Governor Bay. HEX triplet: 48, 50 and 8B. RGB value is (72,80,139). Sum of RGB (Red+Green+Blue) = 72+80+139=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #48508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48508B is #B7AF74. Grayscale: #545454. Windows color (decimal): -12038005 or 9130056. OLE color: 9130056.

HSL color Cylindrical-coordinate representation of color #48508B: hue angle of 232.84º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48508B is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 80 139 -
CMYK 0.48 0.42 0 0.45
HSL 232.84º 0.32% 0.41% -
HSV(B) 232.84º 0.48% 0.55% -
XYZ 10.2 8.98 25.62 -
YUV 84.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 72 80 139 0.48 0.42 0 0.45 232.84 0.32 0.41
Hex 48 50 8B 30 2A 0 2D E9 20 29
Octal 110 120 213 60 52 0 55 351 40 51
Binary 1001000 1010000 10001011 110000 101010 0 101101 11101001 100000 101001

Color Harmonies of #48508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48508B

Black with #48508B

Text Example


Text Example

White with #48508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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