Html Css Color HEX #49538E Governor Bay

📋 copy color: '#49538E'

red 73 ◦ green 83 ◦ blue 142

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

Shades of Governor Bay #49538E

Tints of Governor Bay #49538E

RGB

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

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

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

R = 24.5%
G = 27.85%
B = 47.65%

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

#49538E (or 0x49538E) is known color: Governor Bay. HEX triplet: 49, 53 and 8E. RGB value is (73,83,142). Sum of RGB (Red+Green+Blue) = 73+83+142=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #49538E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49538E is #B6AC71. Grayscale: #565656. Windows color (decimal): -11971698 or 9327433. OLE color: 9327433.

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

Color convert

RGB 73 83 142 -
CMYK 0.49 0.42 0 0.44
HSL 231.3º 0.32% 0.42% -
HSV(B) 231.3º 0.49% 0.56% -
XYZ 10.72 9.56 26.87 -
YUV 86.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 73 83 142 0.49 0.42 0 0.44 231.3 0.32 0.42
Hex 49 53 8E 31 2A 0 2C E7 20 2A
Octal 111 123 216 61 52 0 54 347 40 52
Binary 1001001 1010011 10001110 110001 101010 0 101100 11100111 100000 101010

Color Harmonies of #49538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49538E

Black with #49538E

Text Example


Text Example

White with #49538E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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