Html Css Color HEX #49538A Governor Bay

📋 copy color: '#49538A'

red 73 ◦ green 83 ◦ blue 138

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

Shades of Governor Bay #49538A

Tints of Governor Bay #49538A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.94%

R = 24.83%
G = 28.23%
B = 46.94%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#49538A (or 0x49538A) is known color: Governor Bay. HEX triplet: 49, 53 and 8A. RGB value is (73,83,138). Sum of RGB (Red+Green+Blue) = 73+83+138=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #49538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49538A is #B6AC75. Grayscale: #565656. Windows color (decimal): -11971702 or 9065289. OLE color: 9065289.

HSL color Cylindrical-coordinate representation of color #49538A: hue angle of 230.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49538A is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 83 138 -
CMYK 0.47 0.40 0 0.46
HSL 230.77º 0.31% 0.41% -
HSV(B) 230.77º 0.47% 0.54% -
XYZ 10.43 9.44 25.32 -
YUV 86.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 73 83 138 0.47 0.40 0 0.46 230.77 0.31 0.41
Hex 49 53 8A 2F 28 0 2E E7 1F 29
Octal 111 123 212 57 50 0 56 347 37 51
Binary 1001001 1010011 10001010 101111 101000 0 101110 11100111 11111 101001

Color Harmonies of #49538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49538A

Black with #49538A

Text Example


Text Example

White with #49538A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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