Html Css Color HEX #494AA1 Governor Bay

📋 copy color: '#494AA1'

red 73 ◦ green 74 ◦ blue 161

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

Shades of Governor Bay #494AA1

Tints of Governor Bay #494AA1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.03%

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

R = 23.7%
G = 24.03%
B = 52.27%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#494AA1 (or 0x494AA1) is known color: Governor Bay. HEX triplet: 49, 4A and A1. RGB value is (73,74,161). Sum of RGB (Red+Green+Blue) = 73+74+161=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 161 (63.28% from 255 or 52.27% from 308); Max value from RGB is 161 - color contains mainly: blue. Hex color #494AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494AA1 is #B6B55E. Grayscale: #535353. Windows color (decimal): -11973983 or 10570313. OLE color: 10570313.

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

Color convert

RGB 73 74 161 -
CMYK 0.55 0.54 0 0.37
HSL 239.32º 0.38% 0.46% -
HSV(B) 239.32º 0.55% 0.63% -
XYZ 11.63 8.89 34.82 -
YUV 83.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 73 74 161 0.55 0.54 0 0.37 239.32 0.38 0.46
Hex 49 4A A1 37 36 0 25 EF 26 2E
Octal 111 112 241 67 66 0 45 357 46 56
Binary 1001001 1001010 10100001 110111 110110 0 100101 11101111 100110 101110

Color Harmonies of #494AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494AA1

Black with #494AA1

Text Example


Text Example

White with #494AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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