Html Css Color HEX #49528E Governor Bay

📋 copy color: '#49528E'

red 73 ◦ green 82 ◦ blue 142

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

Shades of Governor Bay #49528E

Tints of Governor Bay #49528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.81%

R = 24.58%
G = 27.61%
B = 47.81%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49528E (or 0x49528E) is known color: Governor Bay. HEX triplet: 49, 52 and 8E. RGB value is (73,82,142). Sum of RGB (Red+Green+Blue) = 73+82+142=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #49528E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49528E is #B6AD71. Grayscale: #555555. Windows color (decimal): -11971954 or 9327177. OLE color: 9327177.

HSL color Cylindrical-coordinate representation of color #49528E: hue angle of 232.17º 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 #49528E is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 82 142 -
CMYK 0.49 0.42 0 0.44
HSL 232.17º 0.32% 0.42% -
HSV(B) 232.17º 0.49% 0.56% -
XYZ 10.65 9.4 26.85 -
YUV 86.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 73 82 142 0.49 0.42 0 0.44 232.17 0.32 0.42
Hex 49 52 8E 31 2A 0 2C E8 20 2A
Octal 111 122 216 61 52 0 54 350 40 52
Binary 1001001 1010010 10001110 110001 101010 0 101100 11101000 100000 101010

Color Harmonies of #49528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49528E

Black with #49528E

Text Example


Text Example

White with #49528E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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