Html Css Color HEX #494E70 East Bay

📋 copy color: '#494E70'

red 73 ◦ green 78 ◦ blue 112

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

Shades of East Bay #494E70

Tints of East Bay #494E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.66%

 BLUE value IS 112 (44.14% from 255) = 42.59%

R = 27.76%
G = 29.66%
B = 42.59%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#494E70 (or 0x494E70) is known color: East Bay. HEX triplet: 49, 4E and 70. RGB value is (73,78,112). Sum of RGB (Red+Green+Blue) = 73+78+112=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #494E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E70 is #B6B18F. Grayscale: #505050. Windows color (decimal): -11973008 or 7360073. OLE color: 7360073.

HSL color Cylindrical-coordinate representation of color #494E70: hue angle of 232.31º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #494E70 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 78 112 -
CMYK 0.35 0.30 0 0.56
HSL 232.31º 0.21% 0.36% -
HSV(B) 232.31º 0.35% 0.44% -
XYZ 8.4 8.04 16.44 -
YUV 80.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 73 78 112 0.35 0.30 0 0.56 232.31 0.21 0.36
Hex 49 4E 70 23 1E 0 38 E8 15 24
Octal 111 116 160 43 36 0 70 350 25 44
Binary 1001001 1001110 1110000 100011 11110 0 111000 11101000 10101 100100

Color Harmonies of #494E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E70

Black with #494E70

Text Example


Text Example

White with #494E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,78,112); }

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

background-color css

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

 a { background-color: rgb(73,78,112); }

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

border-color css

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

 span { border-color: rgb(73,78,112); }

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