Html Css Color HEX #49528C Governor Bay

📋 copy color: '#49528C'

red 73 ◦ green 82 ◦ blue 140

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

Shades of Governor Bay #49528C

Tints of Governor Bay #49528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 24.75%
G = 27.8%
B = 47.46%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49528C (or 0x49528C) is known color: Governor Bay. HEX triplet: 49, 52 and 8C. RGB value is (73,82,140). Sum of RGB (Red+Green+Blue) = 73+82+140=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #49528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49528C is #B6AD73. Grayscale: #555555. Windows color (decimal): -11971956 or 9196105. OLE color: 9196105.

HSL color Cylindrical-coordinate representation of color #49528C: hue angle of 231.94º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49528C is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 82 140 -
CMYK 0.48 0.41 0 0.45
HSL 231.94º 0.31% 0.42% -
HSV(B) 231.94º 0.48% 0.55% -
XYZ 10.5 9.34 26.06 -
YUV 85.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 73 82 140 0.48 0.41 0 0.45 231.94 0.31 0.42
Hex 49 52 8C 30 29 0 2D E8 1F 2A
Octal 111 122 214 60 51 0 55 350 37 52
Binary 1001001 1010010 10001100 110000 101001 0 101101 11101000 11111 101010

Color Harmonies of #49528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49528C

Black with #49528C

Text Example


Text Example

White with #49528C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,82,140); }

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

background-color css

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

 a { background-color: rgb(73,82,140); }

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

border-color css

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

 span { border-color: rgb(73,82,140); }

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