Html Css Color HEX #494C8C Governor Bay

📋 copy color: '#494C8C'

red 73 ◦ green 76 ◦ blue 140

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

Shades of Governor Bay #494C8C

Tints of Governor Bay #494C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 25.26%
G = 26.3%
B = 48.44%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#494C8C (or 0x494C8C) is known color: Governor Bay. HEX triplet: 49, 4C and 8C. RGB value is (73,76,140). Sum of RGB (Red+Green+Blue) = 73+76+140=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #494C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C8C is #B6B373. Grayscale: #525252. Windows color (decimal): -11973492 or 9194569. OLE color: 9194569.

HSL color Cylindrical-coordinate representation of color #494C8C: hue angle of 237.31º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #494C8C is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 76 140 -
CMYK 0.48 0.46 0 0.45
HSL 237.31º 0.31% 0.42% -
HSV(B) 237.31º 0.48% 0.55% -
XYZ 10.07 8.48 25.92 -
YUV 82.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 73 76 140 0.48 0.46 0 0.45 237.31 0.31 0.42
Hex 49 4C 8C 30 2E 0 2D ED 1F 2A
Octal 111 114 214 60 56 0 55 355 37 52
Binary 1001001 1001100 10001100 110000 101110 0 101101 11101101 11111 101010

Color Harmonies of #494C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C8C

Black with #494C8C

Text Example


Text Example

White with #494C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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