Html Css Color HEX #49519A Governor Bay

📋 copy color: '#49519A'

red 73 ◦ green 81 ◦ blue 154

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

Shades of Governor Bay #49519A

Tints of Governor Bay #49519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50%

R = 23.7%
G = 26.3%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49519A (or 0x49519A) is known color: Governor Bay. HEX triplet: 49, 51 and 9A. RGB value is (73,81,154). Sum of RGB (Red+Green+Blue) = 73+81+154=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #49519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49519A is #B6AE65. Grayscale: #565656. Windows color (decimal): -11972198 or 10113353. OLE color: 10113353.

HSL color Cylindrical-coordinate representation of color #49519A: hue angle of 234.07º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49519A is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 81 154 -
CMYK 0.53 0.47 0 0.40
HSL 234.07º 0.36% 0.45% -
HSV(B) 234.07º 0.53% 0.6% -
XYZ 11.52 9.63 31.82 -
YUV 86.93 165.85 118.06 -
System Red Green Blue C M Y K H S L
Decimal 73 81 154 0.53 0.47 0 0.40 234.07 0.36 0.45
Hex 49 51 9A 35 2F 0 28 EA 24 2D
Octal 111 121 232 65 57 0 50 352 44 55
Binary 1001001 1010001 10011010 110101 101111 0 101000 11101010 100100 101101

Color Harmonies of #49519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49519A

Black with #49519A

Text Example


Text Example

White with #49519A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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