Html Css Color HEX #49539F Governor Bay

📋 copy color: '#49539F'

red 73 ◦ green 83 ◦ blue 159

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

Shades of Governor Bay #49539F

Tints of Governor Bay #49539F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

 BLUE value IS 159 (62.5% from 255) = 50.48%

R = 23.17%
G = 26.35%
B = 50.48%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49539F (or 0x49539F) is known color: Governor Bay. HEX triplet: 49, 53 and 9F. RGB value is (73,83,159). Sum of RGB (Red+Green+Blue) = 73+83+159=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #49539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49539F is #B6AC60. Grayscale: #585858. Windows color (decimal): -11971681 or 10441545. OLE color: 10441545.

HSL color Cylindrical-coordinate representation of color #49539F: hue angle of 233.02º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49539F is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 83 159 -
CMYK 0.54 0.48 0 0.38
HSL 233.02º 0.37% 0.45% -
HSV(B) 233.02º 0.54% 0.62% -
XYZ 12.1 10.11 34.11 -
YUV 88.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 73 83 159 0.54 0.48 0 0.38 233.02 0.37 0.45
Hex 49 53 9F 36 30 0 26 E9 25 2D
Octal 111 123 237 66 60 0 46 351 45 55
Binary 1001001 1010011 10011111 110110 110000 0 100110 11101001 100101 101101

Color Harmonies of #49539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49539F

Black with #49539F

Text Example


Text Example

White with #49539F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,83,159); }

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

background-color css

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

 a { background-color: rgb(73,83,159); }

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

border-color css

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

 span { border-color: rgb(73,83,159); }

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