Html Css Color HEX #48599B Governor Bay

📋 copy color: '#48599B'

red 72 ◦ green 89 ◦ blue 155

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

Shades of Governor Bay #48599B

Tints of Governor Bay #48599B

RGB

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

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

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

R = 22.78%
G = 28.16%
B = 49.05%

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

#48599B (or 0x48599B) is known color: Governor Bay. HEX triplet: 48, 59 and 9B. RGB value is (72,89,155). Sum of RGB (Red+Green+Blue) = 72+89+155=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #48599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48599B is #B7A664. Grayscale: #5B5B5B. Windows color (decimal): -12035685 or 10180936. OLE color: 10180936.

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

Color convert

RGB 72 89 155 -
CMYK 0.54 0.43 0 0.39
HSL 227.71º 0.37% 0.45% -
HSV(B) 227.71º 0.54% 0.61% -
XYZ 12.16 10.89 32.47 -
YUV 91.44 163.87 114.13 -
System Red Green Blue C M Y K H S L
Decimal 72 89 155 0.54 0.43 0 0.39 227.71 0.37 0.45
Hex 48 59 9B 36 2B 0 27 E4 25 2D
Octal 110 131 233 66 53 0 47 344 45 55
Binary 1001000 1011001 10011011 110110 101011 0 100111 11100100 100101 101101

Color Harmonies of #48599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48599B

Black with #48599B

Text Example


Text Example

White with #48599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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