Html Css Color HEX #49589B Governor Bay

📋 copy color: '#49589B'

red 73 ◦ green 88 ◦ blue 155

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

Shades of Governor Bay #49589B

Tints of Governor Bay #49589B

RGB

 RED value IS 73 (28.91% from 255) = 23.1%

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

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

R = 23.1%
G = 27.85%
B = 49.05%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49589B (or 0x49589B) is known color: Governor Bay. HEX triplet: 49, 58 and 9B. RGB value is (73,88,155). Sum of RGB (Red+Green+Blue) = 73+88+155=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 88 (34.77% from 255 or 27.85% 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 #49589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49589B is #B6A764. Grayscale: #5A5A5A. Windows color (decimal): -11970405 or 10180681. OLE color: 10180681.

HSL color Cylindrical-coordinate representation of color #49589B: hue angle of 229.02º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49589B is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 88 155 -
CMYK 0.53 0.43 0 0.39
HSL 229.02º 0.36% 0.45% -
HSV(B) 229.02º 0.53% 0.61% -
XYZ 12.15 10.76 32.45 -
YUV 91.15 164.03 115.05 -
System Red Green Blue C M Y K H S L
Decimal 73 88 155 0.53 0.43 0 0.39 229.02 0.36 0.45
Hex 49 58 9B 35 2B 0 27 E5 24 2D
Octal 111 130 233 65 53 0 47 345 44 55
Binary 1001001 1011000 10011011 110101 101011 0 100111 11100101 100100 101101

Color Harmonies of #49589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49589B

Black with #49589B

Text Example


Text Example

White with #49589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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