Html Css Color HEX #49509C Governor Bay

📋 copy color: '#49509C'

red 73 ◦ green 80 ◦ blue 156

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

Shades of Governor Bay #49509C

Tints of Governor Bay #49509C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.89%

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

R = 23.62%
G = 25.89%
B = 50.49%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49509C (or 0x49509C) is known color: Governor Bay. HEX triplet: 49, 50 and 9C. RGB value is (73,80,156). Sum of RGB (Red+Green+Blue) = 73+80+156=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #49509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49509C is #B6AF63. Grayscale: #565656. Windows color (decimal): -11972452 or 10244169. OLE color: 10244169.

HSL color Cylindrical-coordinate representation of color #49509C: hue angle of 234.94º 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 #49509C is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 80 156 -
CMYK 0.53 0.49 0 0.39
HSL 234.94º 0.36% 0.45% -
HSV(B) 234.94º 0.53% 0.61% -
XYZ 11.62 9.55 32.68 -
YUV 86.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 73 80 156 0.53 0.49 0 0.39 234.94 0.36 0.45
Hex 49 50 9C 35 31 0 27 EB 24 2D
Octal 111 120 234 65 61 0 47 353 44 55
Binary 1001001 1010000 10011100 110101 110001 0 100111 11101011 100100 101101

Color Harmonies of #49509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49509C

Black with #49509C

Text Example


Text Example

White with #49509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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