Html Css Color HEX #494C90 Governor Bay

📋 copy color: '#494C90'

red 73 ◦ green 76 ◦ blue 144

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

Shades of Governor Bay #494C90

Tints of Governor Bay #494C90

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.94%

 BLUE value IS 144 (56.64% from 255) = 49.15%

R = 24.91%
G = 25.94%
B = 49.15%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#494C90 (or 0x494C90) is known color: Governor Bay. HEX triplet: 49, 4C and 90. RGB value is (73,76,144). Sum of RGB (Red+Green+Blue) = 73+76+144=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #494C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C90 is #B6B36F. Grayscale: #525252. Windows color (decimal): -11973488 or 9456713. OLE color: 9456713.

HSL color Cylindrical-coordinate representation of color #494C90: hue angle of 237.46º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494C90 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 76 144 -
CMYK 0.49 0.47 0 0.44
HSL 237.46º 0.33% 0.43% -
HSV(B) 237.46º 0.49% 0.56% -
XYZ 10.37 8.6 27.5 -
YUV 82.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 73 76 144 0.49 0.47 0 0.44 237.46 0.33 0.43
Hex 49 4C 90 31 2F 0 2C ED 21 2B
Octal 111 114 220 61 57 0 54 355 41 53
Binary 1001001 1001100 10010000 110001 101111 0 101100 11101101 100001 101011

Color Harmonies of #494C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C90

Black with #494C90

Text Example


Text Example

White with #494C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,76,144); }

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

background-color css

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

 a { background-color: rgb(73,76,144); }

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

border-color css

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

 span { border-color: rgb(73,76,144); }

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