Html Css Color HEX #49569C Governor Bay

📋 copy color: '#49569C'

red 73 ◦ green 86 ◦ blue 156

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

Shades of Governor Bay #49569C

Tints of Governor Bay #49569C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

 BLUE value IS 156 (61.33% from 255) = 49.52%

R = 23.17%
G = 27.3%
B = 49.52%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49569C (or 0x49569C) is known color: Governor Bay. HEX triplet: 49, 56 and 9C. RGB value is (73,86,156). Sum of RGB (Red+Green+Blue) = 73+86+156=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #49569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49569C is #B6A963. Grayscale: #595959. Windows color (decimal): -11970916 or 10245705. OLE color: 10245705.

HSL color Cylindrical-coordinate representation of color #49569C: hue angle of 230.6º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49569C is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 86 156 -
CMYK 0.53 0.45 0 0.39
HSL 230.6º 0.36% 0.45% -
HSV(B) 230.6º 0.53% 0.61% -
XYZ 12.08 10.47 32.84 -
YUV 90.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 73 86 156 0.53 0.45 0 0.39 230.6 0.36 0.45
Hex 49 56 9C 35 2D 0 27 E7 24 2D
Octal 111 126 234 65 55 0 47 347 44 55
Binary 1001001 1010110 10011100 110101 101101 0 100111 11100111 100100 101101

Color Harmonies of #49569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49569C

Black with #49569C

Text Example


Text Example

White with #49569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49569C; }

 p { color: rgb(73,86,156); }

 H1.HeaderClassName
 {
   color: #49569C;
 }
 .AnyTagClassName
 {
   color: #49569C;
 }
</style>

background-color css

<style>
 a { background-color: #49569C; }

 a { background-color: rgb(73,86,156); }

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

border-color css

<style>
 span { border-color: #49569C; }

 span { border-color: rgb(73,86,156); }

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