Html Css Color HEX #49529D Governor Bay

📋 copy color: '#49529D'

red 73 ◦ green 82 ◦ blue 157

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

Shades of Governor Bay #49529D

Tints of Governor Bay #49529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

 BLUE value IS 157 (61.72% from 255) = 50.32%

R = 23.4%
G = 26.28%
B = 50.32%

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

#49529D (or 0x49529D) is known color: Governor Bay. HEX triplet: 49, 52 and 9D. RGB value is (73,82,157). Sum of RGB (Red+Green+Blue) = 73+82+157=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #49529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49529D is #B6AD62. Grayscale: #575757. Windows color (decimal): -11971939 or 10310217. OLE color: 10310217.

HSL color Cylindrical-coordinate representation of color #49529D: hue angle of 233.57º 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 #49529D is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 82 157 -
CMYK 0.54 0.48 0 0.38
HSL 233.57º 0.37% 0.45% -
HSV(B) 233.57º 0.54% 0.62% -
XYZ 11.85 9.89 33.18 -
YUV 87.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 73 82 157 0.54 0.48 0 0.38 233.57 0.37 0.45
Hex 49 52 9D 36 30 0 26 EA 25 2D
Octal 111 122 235 66 60 0 46 352 45 55
Binary 1001001 1010010 10011101 110110 110000 0 100110 11101010 100101 101101

Color Harmonies of #49529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49529D

Black with #49529D

Text Example


Text Example

White with #49529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49529D; }

 p { color: rgb(73,82,157); }

 H1.HeaderClassName
 {
   color: #49529D;
 }
 .AnyTagClassName
 {
   color: #49529D;
 }
</style>

background-color css

<style>
 a { background-color: #49529D; }

 a { background-color: rgb(73,82,157); }

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

border-color css

<style>
 span { border-color: #49529D; }

 span { border-color: rgb(73,82,157); }

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