Html Css Color HEX #494AAA Governor Bay

📋 copy color: '#494AAA'

red 73 ◦ green 74 ◦ blue 170

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

Shades of Governor Bay #494AAA

Tints of Governor Bay #494AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.34%

 BLUE value IS 170 (66.8% from 255) = 53.63%

R = 23.03%
G = 23.34%
B = 53.63%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#494AAA (or 0x494AAA) is known color: Governor Bay. HEX triplet: 49, 4A and AA. RGB value is (73,74,170). Sum of RGB (Red+Green+Blue) = 73+74+170=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #494AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494AAA is #B6B555. Grayscale: #545454. Windows color (decimal): -11973974 or 11160137. OLE color: 11160137.

HSL color Cylindrical-coordinate representation of color #494AAA: hue angle of 239.38º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #494AAA is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 74 170 -
CMYK 0.57 0.56 0 0.33
HSL 239.38º 0.4% 0.48% -
HSV(B) 239.38º 0.57% 0.67% -
XYZ 12.45 9.22 39.15 -
YUV 84.65 176.17 119.69 -
System Red Green Blue C M Y K H S L
Decimal 73 74 170 0.57 0.56 0 0.33 239.38 0.4 0.48
Hex 49 4A AA 39 38 0 21 EF 28 30
Octal 111 112 252 71 70 0 41 357 50 60
Binary 1001001 1001010 10101010 111001 111000 0 100001 11101111 101000 110000

Color Harmonies of #494AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494AAA

Black with #494AAA

Text Example


Text Example

White with #494AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494AAA; }

 p { color: rgb(73,74,170); }

 H1.HeaderClassName
 {
   color: #494AAA;
 }
 .AnyTagClassName
 {
   color: #494AAA;
 }
</style>

background-color css

<style>
 a { background-color: #494AAA; }

 a { background-color: rgb(73,74,170); }

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

border-color css

<style>
 span { border-color: #494AAA; }

 span { border-color: rgb(73,74,170); }

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