Html Css Color HEX #49539C Governor Bay

📋 copy color: '#49539C'

red 73 ◦ green 83 ◦ blue 156

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

Shades of Governor Bay #49539C

Tints of Governor Bay #49539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

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

R = 23.4%
G = 26.6%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49539C (or 0x49539C) is known color: Governor Bay. HEX triplet: 49, 53 and 9C. RGB value is (73,83,156). Sum of RGB (Red+Green+Blue) = 73+83+156=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #49539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49539C is #B6AC63. Grayscale: #585858. Windows color (decimal): -11971684 or 10244937. OLE color: 10244937.

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

Color convert

RGB 73 83 156 -
CMYK 0.53 0.47 0 0.39
HSL 232.77º 0.36% 0.45% -
HSV(B) 232.77º 0.53% 0.61% -
XYZ 11.84 10 32.76 -
YUV 88.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 73 83 156 0.53 0.47 0 0.39 232.77 0.36 0.45
Hex 49 53 9C 35 2F 0 27 E9 24 2D
Octal 111 123 234 65 57 0 47 351 44 55
Binary 1001001 1010011 10011100 110101 101111 0 100111 11101001 100100 101101

Color Harmonies of #49539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49539C

Black with #49539C

Text Example


Text Example

White with #49539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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