Html Css Color HEX #494A9B Governor Bay

📋 copy color: '#494A9B'

red 73 ◦ green 74 ◦ blue 155

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

Shades of Governor Bay #494A9B

Tints of Governor Bay #494A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.32%

R = 24.17%
G = 24.5%
B = 51.32%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#494A9B (or 0x494A9B) is known color: Governor Bay. HEX triplet: 49, 4A and 9B. RGB value is (73,74,155). Sum of RGB (Red+Green+Blue) = 73+74+155=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #494A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494A9B is #B6B564. Grayscale: #525252. Windows color (decimal): -11973989 or 10177097. OLE color: 10177097.

HSL color Cylindrical-coordinate representation of color #494A9B: hue angle of 239.27º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494A9B is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 74 155 -
CMYK 0.53 0.52 0 0.39
HSL 239.27º 0.36% 0.45% -
HSV(B) 239.27º 0.53% 0.61% -
XYZ 11.11 8.68 32.1 -
YUV 82.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 73 74 155 0.53 0.52 0 0.39 239.27 0.36 0.45
Hex 49 4A 9B 35 34 0 27 EF 24 2D
Octal 111 112 233 65 64 0 47 357 44 55
Binary 1001001 1001010 10011011 110101 110100 0 100111 11101111 100100 101101

Color Harmonies of #494A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494A9B

Black with #494A9B

Text Example


Text Example

White with #494A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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