Html Css Color HEX #48599D Governor Bay

📋 copy color: '#48599D'

red 72 ◦ green 89 ◦ blue 157

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

Shades of Governor Bay #48599D

Tints of Governor Bay #48599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.99%

 BLUE value IS 157 (61.72% from 255) = 49.37%

R = 22.64%
G = 27.99%
B = 49.37%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48599D (or 0x48599D) is known color: Governor Bay. HEX triplet: 48, 59 and 9D. RGB value is (72,89,157). Sum of RGB (Red+Green+Blue) = 72+89+157=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #48599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48599D is #B7A662. Grayscale: #5B5B5B. Windows color (decimal): -12035683 or 10312008. OLE color: 10312008.

HSL color Cylindrical-coordinate representation of color #48599D: hue angle of 228º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48599D is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 89 157 -
CMYK 0.54 0.43 0 0.38
HSL 228º 0.37% 0.45% -
HSV(B) 228º 0.54% 0.62% -
XYZ 12.33 10.96 33.36 -
YUV 91.67 164.87 113.97 -
System Red Green Blue C M Y K H S L
Decimal 72 89 157 0.54 0.43 0 0.38 228 0.37 0.45
Hex 48 59 9D 36 2B 0 26 E4 25 2D
Octal 110 131 235 66 53 0 46 344 45 55
Binary 1001000 1011001 10011101 110110 101011 0 100110 11100100 100101 101101

Color Harmonies of #48599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48599D

Black with #48599D

Text Example


Text Example

White with #48599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,89,157); }

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

background-color css

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

 a { background-color: rgb(72,89,157); }

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

border-color css

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

 span { border-color: rgb(72,89,157); }

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