Html Css Color HEX #49558B Governor Bay

📋 copy color: '#49558B'

red 73 ◦ green 85 ◦ blue 139

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

Shades of Governor Bay #49558B

Tints of Governor Bay #49558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

 BLUE value IS 139 (54.69% from 255) = 46.8%

R = 24.58%
G = 28.62%
B = 46.8%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49558B (or 0x49558B) is known color: Governor Bay. HEX triplet: 49, 55 and 8B. RGB value is (73,85,139). Sum of RGB (Red+Green+Blue) = 73+85+139=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #49558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49558B is #B6AA74. Grayscale: #575757. Windows color (decimal): -11971189 or 9131337. OLE color: 9131337.

HSL color Cylindrical-coordinate representation of color #49558B: hue angle of 229.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49558B is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 85 139 -
CMYK 0.47 0.39 0 0.45
HSL 229.09º 0.31% 0.42% -
HSV(B) 229.09º 0.47% 0.55% -
XYZ 10.66 9.78 25.75 -
YUV 87.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 73 85 139 0.47 0.39 0 0.45 229.09 0.31 0.42
Hex 49 55 8B 2F 27 0 2D E5 1F 2A
Octal 111 125 213 57 47 0 55 345 37 52
Binary 1001001 1010101 10001011 101111 100111 0 101101 11100101 11111 101010

Color Harmonies of #49558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49558B

Black with #49558B

Text Example


Text Example

White with #49558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,85,139); }

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

background-color css

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

 a { background-color: rgb(73,85,139); }

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

border-color css

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

 span { border-color: rgb(73,85,139); }

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