Html Css Color HEX #49518A Governor Bay

📋 copy color: '#49518A'

red 73 ◦ green 81 ◦ blue 138

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

Shades of Governor Bay #49518A

Tints of Governor Bay #49518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.74%

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

R = 25%
G = 27.74%
B = 47.26%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#49518A (or 0x49518A) is known color: Governor Bay. HEX triplet: 49, 51 and 8A. RGB value is (73,81,138). Sum of RGB (Red+Green+Blue) = 73+81+138=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #49518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49518A is #B6AE75. Grayscale: #545454. Windows color (decimal): -11972214 or 9064777. OLE color: 9064777.

HSL color Cylindrical-coordinate representation of color #49518A: hue angle of 232.62º 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 #49518A is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 81 138 -
CMYK 0.47 0.41 0 0.46
HSL 232.62º 0.31% 0.41% -
HSV(B) 232.62º 0.47% 0.54% -
XYZ 10.28 9.14 25.27 -
YUV 85.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 73 81 138 0.47 0.41 0 0.46 232.62 0.31 0.41
Hex 49 51 8A 2F 29 0 2E E9 1F 29
Octal 111 121 212 57 51 0 56 351 37 51
Binary 1001001 1010001 10001010 101111 101001 0 101110 11101001 11111 101001

Color Harmonies of #49518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49518A

Black with #49518A

Text Example


Text Example

White with #49518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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