Html Css Color HEX #49529B Governor Bay

📋 copy color: '#49529B'

red 73 ◦ green 82 ◦ blue 155

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

Shades of Governor Bay #49529B

Tints of Governor Bay #49529B

RGB

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

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

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

R = 23.55%
G = 26.45%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49529B (or 0x49529B) is known color: Governor Bay. HEX triplet: 49, 52 and 9B. RGB value is (73,82,155). Sum of RGB (Red+Green+Blue) = 73+82+155=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #49529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49529B is #B6AD64. Grayscale: #575757. Windows color (decimal): -11971941 or 10179145. OLE color: 10179145.

HSL color Cylindrical-coordinate representation of color #49529B: hue angle of 233.41º 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 #49529B is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 82 155 -
CMYK 0.53 0.47 0 0.39
HSL 233.41º 0.36% 0.45% -
HSV(B) 233.41º 0.53% 0.61% -
XYZ 11.68 9.82 32.29 -
YUV 87.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 73 82 155 0.53 0.47 0 0.39 233.41 0.36 0.45
Hex 49 52 9B 35 2F 0 27 E9 24 2D
Octal 111 122 233 65 57 0 47 351 44 55
Binary 1001001 1010010 10011011 110101 101111 0 100111 11101001 100100 101101

Color Harmonies of #49529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49529B

Black with #49529B

Text Example


Text Example

White with #49529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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