Html Css Color HEX #49528D Governor Bay

📋 copy color: '#49528D'

red 73 ◦ green 82 ◦ blue 141

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

Shades of Governor Bay #49528D

Tints of Governor Bay #49528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.64%

R = 24.66%
G = 27.7%
B = 47.64%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49528D (or 0x49528D) is known color: Governor Bay. HEX triplet: 49, 52 and 8D. RGB value is (73,82,141). Sum of RGB (Red+Green+Blue) = 73+82+141=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #49528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49528D is #B6AD72. Grayscale: #555555. Windows color (decimal): -11971955 or 9261641. OLE color: 9261641.

HSL color Cylindrical-coordinate representation of color #49528D: hue angle of 232.06º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49528D is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 82 141 -
CMYK 0.48 0.42 0 0.45
HSL 232.06º 0.32% 0.42% -
HSV(B) 232.06º 0.48% 0.55% -
XYZ 10.57 9.37 26.45 -
YUV 86.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 73 82 141 0.48 0.42 0 0.45 232.06 0.32 0.42
Hex 49 52 8D 30 2A 0 2D E8 20 2A
Octal 111 122 215 60 52 0 55 350 40 52
Binary 1001001 1010010 10001101 110000 101010 0 101101 11101000 100000 101010

Color Harmonies of #49528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49528D

Black with #49528D

Text Example


Text Example

White with #49528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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