Html Css Color HEX #48558D Governor Bay

📋 copy color: '#48558D'

red 72 ◦ green 85 ◦ blue 141

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

Shades of Governor Bay #48558D

Tints of Governor Bay #48558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.52%

 BLUE value IS 141 (55.47% from 255) = 47.32%

R = 24.16%
G = 28.52%
B = 47.32%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48558D (or 0x48558D) is known color: Governor Bay. HEX triplet: 48, 55 and 8D. RGB value is (72,85,141). Sum of RGB (Red+Green+Blue) = 72+85+141=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #48558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48558D is #B7AA72. Grayscale: #575757. Windows color (decimal): -12036723 or 9262408. OLE color: 9262408.

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

Color convert

RGB 72 85 141 -
CMYK 0.49 0.40 0 0.45
HSL 228.7º 0.32% 0.42% -
HSV(B) 228.7º 0.49% 0.55% -
XYZ 10.73 9.8 26.53 -
YUV 87.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 72 85 141 0.49 0.40 0 0.45 228.7 0.32 0.42
Hex 48 55 8D 31 28 0 2D E5 20 2A
Octal 110 125 215 61 50 0 55 345 40 52
Binary 1001000 1010101 10001101 110001 101000 0 101101 11100101 100000 101010

Color Harmonies of #48558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48558D

Black with #48558D

Text Example


Text Example

White with #48558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48558D; }

 p { color: rgb(72,85,141); }

 H1.HeaderClassName
 {
   color: #48558D;
 }
 .AnyTagClassName
 {
   color: #48558D;
 }
</style>

background-color css

<style>
 a { background-color: #48558D; }

 a { background-color: rgb(72,85,141); }

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

border-color css

<style>
 span { border-color: #48558D; }

 span { border-color: rgb(72,85,141); }

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