Html Css Color HEX #49558F Governor Bay

📋 copy color: '#49558F'

red 73 ◦ green 85 ◦ blue 143

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

Shades of Governor Bay #49558F

Tints of Governor Bay #49558F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.51%

R = 24.25%
G = 28.24%
B = 47.51%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49558F (or 0x49558F) is known color: Governor Bay. HEX triplet: 49, 55 and 8F. RGB value is (73,85,143). Sum of RGB (Red+Green+Blue) = 73+85+143=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 143 - color contains mainly: blue. Hex color #49558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49558F is #B6AA70. Grayscale: #575757. Windows color (decimal): -11971185 or 9393481. OLE color: 9393481.

HSL color Cylindrical-coordinate representation of color #49558F: hue angle of 229.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49558F is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 85 143 -
CMYK 0.49 0.41 0 0.44
HSL 229.71º 0.32% 0.42% -
HSV(B) 229.71º 0.49% 0.56% -
XYZ 10.95 9.9 27.32 -
YUV 88.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 73 85 143 0.49 0.41 0 0.44 229.71 0.32 0.42
Hex 49 55 8F 31 29 0 2C E6 20 2A
Octal 111 125 217 61 51 0 54 346 40 52
Binary 1001001 1010101 10001111 110001 101001 0 101100 11100110 100000 101010

Color Harmonies of #49558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49558F

Black with #49558F

Text Example


Text Example

White with #49558F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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