Html Css Color HEX #494E6F East Bay

📋 copy color: '#494E6F'

red 73 ◦ green 78 ◦ blue 111

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

Shades of East Bay #494E6F

Tints of East Bay #494E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.37%

R = 27.86%
G = 29.77%
B = 42.37%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#494E6F (or 0x494E6F) is known color: East Bay. HEX triplet: 49, 4E and 6F. RGB value is (73,78,111). Sum of RGB (Red+Green+Blue) = 73+78+111=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 111 - color contains mainly: blue. Hex color #494E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E6F is #B6B190. Grayscale: #505050. Windows color (decimal): -11973009 or 7294537. OLE color: 7294537.

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

Color convert

RGB 73 78 111 -
CMYK 0.34 0.30 0 0.56
HSL 232.11º 0.21% 0.36% -
HSV(B) 232.11º 0.34% 0.44% -
XYZ 8.34 8.01 16.15 -
YUV 80.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 73 78 111 0.34 0.30 0 0.56 232.11 0.21 0.36
Hex 49 4E 6F 22 1E 0 38 E8 15 24
Octal 111 116 157 42 36 0 70 350 25 44
Binary 1001001 1001110 1101111 100010 11110 0 111000 11101000 10101 100100

Color Harmonies of #494E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E6F

Black with #494E6F

Text Example


Text Example

White with #494E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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