Html Css Color HEX #494EAA Governor Bay

📋 copy color: '#494EAA'

red 73 ◦ green 78 ◦ blue 170

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

Shades of Governor Bay #494EAA

Tints of Governor Bay #494EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.3%

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

R = 22.74%
G = 24.3%
B = 52.96%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#494EAA (or 0x494EAA) is known color: Governor Bay. HEX triplet: 49, 4E and AA. RGB value is (73,78,170). Sum of RGB (Red+Green+Blue) = 73+78+170=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #494EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494EAA is #B6B155. Grayscale: #565656. Windows color (decimal): -11972950 or 11161161. OLE color: 11161161.

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

Color convert

RGB 73 78 170 -
CMYK 0.57 0.54 0 0.33
HSL 236.91º 0.4% 0.48% -
HSV(B) 236.91º 0.57% 0.67% -
XYZ 12.73 9.77 39.24 -
YUV 86.99 174.84 118.02 -
System Red Green Blue C M Y K H S L
Decimal 73 78 170 0.57 0.54 0 0.33 236.91 0.4 0.48
Hex 49 4E AA 39 36 0 21 ED 28 30
Octal 111 116 252 71 66 0 41 355 50 60
Binary 1001001 1001110 10101010 111001 110110 0 100001 11101101 101000 110000

Color Harmonies of #494EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494EAA

Black with #494EAA

Text Example


Text Example

White with #494EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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