Html Css Color HEX #494EA2 Governor Bay

📋 copy color: '#494EA2'

red 73 ◦ green 78 ◦ blue 162

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

Shades of Governor Bay #494EA2

Tints of Governor Bay #494EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 51.76%

R = 23.32%
G = 24.92%
B = 51.76%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#494EA2 (or 0x494EA2) is known color: Governor Bay. HEX triplet: 49, 4E and A2. RGB value is (73,78,162). Sum of RGB (Red+Green+Blue) = 73+78+162=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 162 (63.67% from 255 or 51.76% from 313); Max value from RGB is 162 - color contains mainly: blue. Hex color #494EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494EA2 is #B6B15D. Grayscale: #555555. Windows color (decimal): -11972958 or 10636873. OLE color: 10636873.

HSL color Cylindrical-coordinate representation of color #494EA2: hue angle of 236.63º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #494EA2 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 78 162 -
CMYK 0.55 0.52 0 0.36
HSL 236.63º 0.38% 0.46% -
HSV(B) 236.63º 0.55% 0.64% -
XYZ 11.99 9.47 35.38 -
YUV 86.08 170.84 118.67 -
System Red Green Blue C M Y K H S L
Decimal 73 78 162 0.55 0.52 0 0.36 236.63 0.38 0.46
Hex 49 4E A2 37 34 0 24 ED 26 2E
Octal 111 116 242 67 64 0 44 355 46 56
Binary 1001001 1001110 10100010 110111 110100 0 100100 11101101 100110 101110

Color Harmonies of #494EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494EA2

Black with #494EA2

Text Example


Text Example

White with #494EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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