Html Css Color HEX #49578F Governor Bay

📋 copy color: '#49578F'

red 73 ◦ green 87 ◦ blue 143

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

Shades of Governor Bay #49578F

Tints of Governor Bay #49578F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.71%

 BLUE value IS 143 (56.25% from 255) = 47.19%

R = 24.09%
G = 28.71%
B = 47.19%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49578F (or 0x49578F) is known color: Governor Bay. HEX triplet: 49, 57 and 8F. RGB value is (73,87,143). Sum of RGB (Red+Green+Blue) = 73+87+143=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #49578F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49578F is #B6A870. Grayscale: #585858. Windows color (decimal): -11970673 or 9393993. OLE color: 9393993.

HSL color Cylindrical-coordinate representation of color #49578F: hue angle of 228º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49578F is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 87 143 -
CMYK 0.49 0.39 0 0.44
HSL 228º 0.32% 0.42% -
HSV(B) 228º 0.49% 0.56% -
XYZ 11.11 10.22 27.37 -
YUV 89.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 73 87 143 0.49 0.39 0 0.44 228 0.32 0.42
Hex 49 57 8F 31 27 0 2C E4 20 2A
Octal 111 127 217 61 47 0 54 344 40 52
Binary 1001001 1010111 10001111 110001 100111 0 101100 11100100 100000 101010

Color Harmonies of #49578F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49578F

Black with #49578F

Text Example


Text Example

White with #49578F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49578F; }

 p { color: rgb(73,87,143); }

 H1.HeaderClassName
 {
   color: #49578F;
 }
 .AnyTagClassName
 {
   color: #49578F;
 }
</style>

background-color css

<style>
 a { background-color: #49578F; }

 a { background-color: rgb(73,87,143); }

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

border-color css

<style>
 span { border-color: #49578F; }

 span { border-color: rgb(73,87,143); }

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