Html Css Color HEX #494A9F Governor Bay

📋 copy color: '#494A9F'

red 73 ◦ green 74 ◦ blue 159

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

Shades of Governor Bay #494A9F

Tints of Governor Bay #494A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.96%

R = 23.86%
G = 24.18%
B = 51.96%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#494A9F (or 0x494A9F) is known color: Governor Bay. HEX triplet: 49, 4A and 9F. RGB value is (73,74,159). Sum of RGB (Red+Green+Blue) = 73+74+159=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #494A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494A9F is #B6B560. Grayscale: #535353. Windows color (decimal): -11973985 or 10439241. OLE color: 10439241.

HSL color Cylindrical-coordinate representation of color #494A9F: hue angle of 239.3º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #494A9F is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 74 159 -
CMYK 0.54 0.53 0 0.38
HSL 239.3º 0.37% 0.45% -
HSV(B) 239.3º 0.54% 0.62% -
XYZ 11.45 8.82 33.9 -
YUV 83.39 170.67 120.59 -
System Red Green Blue C M Y K H S L
Decimal 73 74 159 0.54 0.53 0 0.38 239.3 0.37 0.45
Hex 49 4A 9F 36 35 0 26 EF 25 2D
Octal 111 112 237 66 65 0 46 357 45 55
Binary 1001001 1001010 10011111 110110 110101 0 100110 11101111 100101 101101

Color Harmonies of #494A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494A9F

Black with #494A9F

Text Example


Text Example

White with #494A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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