Html Css Color HEX #494C8F Governor Bay

📋 copy color: '#494C8F'

red 73 ◦ green 76 ◦ blue 143

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

Shades of Governor Bay #494C8F

Tints of Governor Bay #494C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.97%

R = 25%
G = 26.03%
B = 48.97%

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

#494C8F (or 0x494C8F) is known color: Governor Bay. HEX triplet: 49, 4C and 8F. RGB value is (73,76,143). Sum of RGB (Red+Green+Blue) = 73+76+143=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #494C8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C8F is #B6B370. Grayscale: #525252. Windows color (decimal): -11973489 or 9391177. OLE color: 9391177.

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

Color convert

RGB 73 76 143 -
CMYK 0.49 0.47 0 0.44
HSL 237.43º 0.32% 0.42% -
HSV(B) 237.43º 0.49% 0.56% -
XYZ 10.29 8.57 27.1 -
YUV 82.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 73 76 143 0.49 0.47 0 0.44 237.43 0.32 0.42
Hex 49 4C 8F 31 2F 0 2C ED 20 2A
Octal 111 114 217 61 57 0 54 355 40 52
Binary 1001001 1001100 10001111 110001 101111 0 101100 11101101 100000 101010

Color Harmonies of #494C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C8F

Black with #494C8F

Text Example


Text Example

White with #494C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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