Html Css Color HEX #494DA2 Governor Bay

📋 copy color: '#494DA2'

red 73 ◦ green 77 ◦ blue 162

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

Shades of Governor Bay #494DA2

Tints of Governor Bay #494DA2

RGB

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

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

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

R = 23.4%
G = 24.68%
B = 51.92%

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

#494DA2 (or 0x494DA2) is known color: Governor Bay. HEX triplet: 49, 4D and A2. RGB value is (73,77,162). Sum of RGB (Red+Green+Blue) = 73+77+162=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #494DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494DA2 is #B6B25D. Grayscale: #555555. Windows color (decimal): -11973214 or 10636617. OLE color: 10636617.

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

Color convert

RGB 73 77 162 -
CMYK 0.55 0.52 0 0.36
HSL 237.3º 0.38% 0.46% -
HSV(B) 237.3º 0.55% 0.64% -
XYZ 11.92 9.33 35.36 -
YUV 85.49 171.17 119.09 -
System Red Green Blue C M Y K H S L
Decimal 73 77 162 0.55 0.52 0 0.36 237.3 0.38 0.46
Hex 49 4D A2 37 34 0 24 ED 26 2E
Octal 111 115 242 67 64 0 44 355 46 56
Binary 1001001 1001101 10100010 110111 110100 0 100100 11101101 100110 101110

Color Harmonies of #494DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DA2

Black with #494DA2

Text Example


Text Example

White with #494DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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