Html Css Color HEX #48508A Governor Bay

📋 copy color: '#48508A'

red 72 ◦ green 80 ◦ blue 138

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

Shades of Governor Bay #48508A

Tints of Governor Bay #48508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.59%

R = 24.83%
G = 27.59%
B = 47.59%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#48508A (or 0x48508A) is known color: Governor Bay. HEX triplet: 48, 50 and 8A. RGB value is (72,80,138). Sum of RGB (Red+Green+Blue) = 72+80+138=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #48508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48508A is #B7AF75. Grayscale: #535353. Windows color (decimal): -12038006 or 9064520. OLE color: 9064520.

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

Color convert

RGB 72 80 138 -
CMYK 0.48 0.42 0 0.46
HSL 232.73º 0.31% 0.41% -
HSV(B) 232.73º 0.48% 0.54% -
XYZ 10.13 8.95 25.24 -
YUV 84.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 72 80 138 0.48 0.42 0 0.46 232.73 0.31 0.41
Hex 48 50 8A 30 2A 0 2E E9 1F 29
Octal 110 120 212 60 52 0 56 351 37 51
Binary 1001000 1010000 10001010 110000 101010 0 101110 11101001 11111 101001

Color Harmonies of #48508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48508A

Black with #48508A

Text Example


Text Example

White with #48508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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