Html Css Color HEX #494C8A Governor Bay

📋 copy color: '#494C8A'

red 73 ◦ green 76 ◦ blue 138

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

Shades of Governor Bay #494C8A

Tints of Governor Bay #494C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.08%

R = 25.44%
G = 26.48%
B = 48.08%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#494C8A (or 0x494C8A) is known color: Governor Bay. HEX triplet: 49, 4C and 8A. RGB value is (73,76,138). Sum of RGB (Red+Green+Blue) = 73+76+138=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #494C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C8A is #B6B375. Grayscale: #515151. Windows color (decimal): -11973494 or 9063497. OLE color: 9063497.

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

Color convert

RGB 73 76 138 -
CMYK 0.47 0.45 0 0.46
HSL 237.23º 0.31% 0.41% -
HSV(B) 237.23º 0.47% 0.54% -
XYZ 9.92 8.42 25.15 -
YUV 82.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 73 76 138 0.47 0.45 0 0.46 237.23 0.31 0.41
Hex 49 4C 8A 2F 2D 0 2E ED 1F 29
Octal 111 114 212 57 55 0 56 355 37 51
Binary 1001001 1001100 10001010 101111 101101 0 101110 11101101 11111 101001

Color Harmonies of #494C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C8A

Black with #494C8A

Text Example


Text Example

White with #494C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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