Html Css Color HEX #48589B Governor Bay

📋 copy color: '#48589B'

red 72 ◦ green 88 ◦ blue 155

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

Shades of Governor Bay #48589B

Tints of Governor Bay #48589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.94%

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

R = 22.86%
G = 27.94%
B = 49.21%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48589B (or 0x48589B) is known color: Governor Bay. HEX triplet: 48, 58 and 9B. RGB value is (72,88,155). Sum of RGB (Red+Green+Blue) = 72+88+155=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #48589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48589B is #B7A764. Grayscale: #5A5A5A. Windows color (decimal): -12035941 or 10180680. OLE color: 10180680.

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

Color convert

RGB 72 88 155 -
CMYK 0.54 0.43 0 0.39
HSL 228.43º 0.37% 0.45% -
HSV(B) 228.43º 0.54% 0.61% -
XYZ 12.08 10.72 32.44 -
YUV 90.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 72 88 155 0.54 0.43 0 0.39 228.43 0.37 0.45
Hex 48 58 9B 36 2B 0 27 E4 25 2D
Octal 110 130 233 66 53 0 47 344 45 55
Binary 1001000 1011000 10011011 110110 101011 0 100111 11100100 100101 101101

Color Harmonies of #48589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48589B

Black with #48589B

Text Example


Text Example

White with #48589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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