Html Css Color HEX #49479D Governor Bay

📋 copy color: '#49479D'

red 73 ◦ green 71 ◦ blue 157

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

Shades of Governor Bay #49479D

Tints of Governor Bay #49479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.59%

 BLUE value IS 157 (61.72% from 255) = 52.16%

R = 24.25%
G = 23.59%
B = 52.16%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49479D (or 0x49479D) is known color: Governor Bay. HEX triplet: 49, 47 and 9D. RGB value is (73,71,157). Sum of RGB (Red+Green+Blue) = 73+71+157=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #49479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49479D is #B6B862. Grayscale: #515151. Windows color (decimal): -11974755 or 10307401. OLE color: 10307401.

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

Color convert

RGB 73 71 157 -
CMYK 0.54 0.55 0 0.38
HSL 241.4º 0.38% 0.45% -
HSV(B) 241.4º 0.55% 0.62% -
XYZ 11.09 8.36 32.93 -
YUV 81.4 170.66 122.01 -
System Red Green Blue C M Y K H S L
Decimal 73 71 157 0.54 0.55 0 0.38 241.4 0.38 0.45
Hex 49 47 9D 36 37 0 26 F1 26 2D
Octal 111 107 235 66 67 0 46 361 46 55
Binary 1001001 1000111 10011101 110110 110111 0 100110 11110001 100110 101101

Color Harmonies of #49479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49479D

Black with #49479D

Text Example


Text Example

White with #49479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49479D; }

 p { color: rgb(73,71,157); }

 H1.HeaderClassName
 {
   color: #49479D;
 }
 .AnyTagClassName
 {
   color: #49479D;
 }
</style>

background-color css

<style>
 a { background-color: #49479D; }

 a { background-color: rgb(73,71,157); }

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

border-color css

<style>
 span { border-color: #49479D; }

 span { border-color: rgb(73,71,157); }

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