Html Css Color HEX #48508E Governor Bay

📋 copy color: '#48508E'

red 72 ◦ green 80 ◦ blue 142

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

Shades of Governor Bay #48508E

Tints of Governor Bay #48508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.3%

R = 24.49%
G = 27.21%
B = 48.3%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48508E (or 0x48508E) is known color: Governor Bay. HEX triplet: 48, 50 and 8E. RGB value is (72,80,142). Sum of RGB (Red+Green+Blue) = 72+80+142=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #48508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48508E is #B7AF71. Grayscale: #545454. Windows color (decimal): -12038002 or 9326664. OLE color: 9326664.

HSL color Cylindrical-coordinate representation of color #48508E: hue angle of 233.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48508E is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 80 142 -
CMYK 0.49 0.44 0 0.44
HSL 233.14º 0.33% 0.42% -
HSV(B) 233.14º 0.49% 0.56% -
XYZ 10.42 9.07 26.79 -
YUV 84.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 72 80 142 0.49 0.44 0 0.44 233.14 0.33 0.42
Hex 48 50 8E 31 2C 0 2C E9 21 2A
Octal 110 120 216 61 54 0 54 351 41 52
Binary 1001000 1010000 10001110 110001 101100 0 101100 11101001 100001 101010

Color Harmonies of #48508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48508E

Black with #48508E

Text Example


Text Example

White with #48508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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