Html Css Color HEX #495467 East Bay

📋 copy color: '#495467'

red 73 ◦ green 84 ◦ blue 103

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

Shades of East Bay #495467

Tints of East Bay #495467

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.31%

 BLUE value IS 103 (40.63% from 255) = 39.62%

R = 28.08%
G = 32.31%
B = 39.62%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#495467 (or 0x495467) is known color: East Bay. HEX triplet: 49, 54 and 67. RGB value is (73,84,103). Sum of RGB (Red+Green+Blue) = 73+84+103=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 103 - color contains mainly: blue. Hex color #495467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495467 is #B6AB98. Grayscale: #525252. Windows color (decimal): -11971481 or 6771785. OLE color: 6771785.

HSL color Cylindrical-coordinate representation of color #495467: hue angle of 218º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #495467 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 84 103 -
CMYK 0.29 0.18 0 0.60
HSL 218º 0.17% 0.35% -
HSV(B) 218º 0.29% 0.4% -
XYZ 8.37 8.74 14.08 -
YUV 82.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 73 84 103 0.29 0.18 0 0.60 218 0.17 0.35
Hex 49 54 67 1D 12 0 3C DA 11 23
Octal 111 124 147 35 22 0 74 332 21 43
Binary 1001001 1010100 1100111 11101 10010 0 111100 11011010 10001 100011

Color Harmonies of #495467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495467

Black with #495467

Text Example


Text Example

White with #495467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495467; }

 p { color: rgb(73,84,103); }

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

background-color css

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

 a { background-color: rgb(73,84,103); }

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

border-color css

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

 span { border-color: rgb(73,84,103); }

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