Html Css Color HEX #49469E Governor Bay

📋 copy color: '#49469E'

red 73 ◦ green 70 ◦ blue 158

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

Shades of Governor Bay #49469E

Tints of Governor Bay #49469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

 BLUE value IS 158 (62.11% from 255) = 52.49%

R = 24.25%
G = 23.26%
B = 52.49%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49469E (or 0x49469E) is known color: Governor Bay. HEX triplet: 49, 46 and 9E. RGB value is (73,70,158). Sum of RGB (Red+Green+Blue) = 73+70+158=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #49469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49469E is #B6B961. Grayscale: #505050. Windows color (decimal): -11975010 or 10372681. OLE color: 10372681.

HSL color Cylindrical-coordinate representation of color #49469E: hue angle of 242.05º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49469E is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 70 158 -
CMYK 0.54 0.56 0 0.38
HSL 242.05º 0.39% 0.45% -
HSV(B) 242.05º 0.56% 0.62% -
XYZ 11.11 8.27 33.36 -
YUV 80.93 171.49 122.34 -
System Red Green Blue C M Y K H S L
Decimal 73 70 158 0.54 0.56 0 0.38 242.05 0.39 0.45
Hex 49 46 9E 36 38 0 26 F2 27 2D
Octal 111 106 236 66 70 0 46 362 47 55
Binary 1001001 1000110 10011110 110110 111000 0 100110 11110010 100111 101101

Color Harmonies of #49469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49469E

Black with #49469E

Text Example


Text Example

White with #49469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,70,158); }

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

background-color css

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

 a { background-color: rgb(73,70,158); }

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

border-color css

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

 span { border-color: rgb(73,70,158); }

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