Html Css Color HEX #494DAA Governor Bay

📋 copy color: '#494DAA'

red 73 ◦ green 77 ◦ blue 170

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

Shades of Governor Bay #494DAA

Tints of Governor Bay #494DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.06%

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

R = 22.81%
G = 24.06%
B = 53.13%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#494DAA (or 0x494DAA) is known color: Governor Bay. HEX triplet: 49, 4D and AA. RGB value is (73,77,170). Sum of RGB (Red+Green+Blue) = 73+77+170=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #494DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494DAA is #B6B255. Grayscale: #565656. Windows color (decimal): -11973206 or 11160905. OLE color: 11160905.

HSL color Cylindrical-coordinate representation of color #494DAA: hue angle of 237.53º 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 #494DAA is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 77 170 -
CMYK 0.57 0.55 0 0.33
HSL 237.53º 0.4% 0.48% -
HSV(B) 237.53º 0.57% 0.67% -
XYZ 12.66 9.63 39.22 -
YUV 86.41 175.17 118.44 -
System Red Green Blue C M Y K H S L
Decimal 73 77 170 0.57 0.55 0 0.33 237.53 0.4 0.48
Hex 49 4D AA 39 37 0 21 EE 28 30
Octal 111 115 252 71 67 0 41 356 50 60
Binary 1001001 1001101 10101010 111001 110111 0 100001 11101110 101000 110000

Color Harmonies of #494DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DAA

Black with #494DAA

Text Example


Text Example

White with #494DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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