Html Css Color HEX #48599C Governor Bay

📋 copy color: '#48599C'

red 72 ◦ green 89 ◦ blue 156

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

Shades of Governor Bay #48599C

Tints of Governor Bay #48599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.21%

R = 22.71%
G = 28.08%
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

#48599C (or 0x48599C) is known color: Governor Bay. HEX triplet: 48, 59 and 9C. RGB value is (72,89,156). Sum of RGB (Red+Green+Blue) = 72+89+156=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #48599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48599C is #B7A663. Grayscale: #5B5B5B. Windows color (decimal): -12035684 or 10246472. OLE color: 10246472.

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

Color convert

RGB 72 89 156 -
CMYK 0.54 0.43 0 0.39
HSL 227.86º 0.37% 0.45% -
HSV(B) 227.86º 0.54% 0.61% -
XYZ 12.25 10.92 32.92 -
YUV 91.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 72 89 156 0.54 0.43 0 0.39 227.86 0.37 0.45
Hex 48 59 9C 36 2B 0 27 E4 25 2D
Octal 110 131 234 66 53 0 47 344 45 55
Binary 1001000 1011001 10011100 110110 101011 0 100111 11100100 100101 101101

Color Harmonies of #48599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48599C

Black with #48599C

Text Example


Text Example

White with #48599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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