Html Css Color HEX #494EA1 Governor Bay

📋 copy color: '#494EA1'

red 73 ◦ green 78 ◦ blue 161

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

Shades of Governor Bay #494EA1

Tints of Governor Bay #494EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 51.6%

R = 23.4%
G = 25%
B = 51.6%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#494EA1 (or 0x494EA1) is known color: Governor Bay. HEX triplet: 49, 4E and A1. RGB value is (73,78,161). Sum of RGB (Red+Green+Blue) = 73+78+161=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 161 (63.28% from 255 or 51.60% from 312); Max value from RGB is 161 - color contains mainly: blue. Hex color #494EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494EA1 is #B6B15E. Grayscale: #555555. Windows color (decimal): -11972959 or 10571337. OLE color: 10571337.

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

Color convert

RGB 73 78 161 -
CMYK 0.55 0.52 0 0.37
HSL 236.59º 0.38% 0.46% -
HSV(B) 236.59º 0.55% 0.63% -
XYZ 11.91 9.44 34.91 -
YUV 85.97 170.34 118.75 -
System Red Green Blue C M Y K H S L
Decimal 73 78 161 0.55 0.52 0 0.37 236.59 0.38 0.46
Hex 49 4E A1 37 34 0 25 ED 26 2E
Octal 111 116 241 67 64 0 45 355 46 56
Binary 1001001 1001110 10100001 110111 110100 0 100101 11101101 100110 101110

Color Harmonies of #494EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494EA1

Black with #494EA1

Text Example


Text Example

White with #494EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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