Html Css Color HEX #495067 East Bay

📋 copy color: '#495067'

red 73 ◦ green 80 ◦ blue 103

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

Shades of East Bay #495067

Tints of East Bay #495067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.25%

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

R = 28.52%
G = 31.25%
B = 40.23%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#495067 (or 0x495067) is known color: East Bay. HEX triplet: 49, 50 and 67. RGB value is (73,80,103). Sum of RGB (Red+Green+Blue) = 73+80+103=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 103 - color contains mainly: blue. Hex color #495067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495067 is #B6AF98. Grayscale: #505050. Windows color (decimal): -11972505 or 6770761. OLE color: 6770761.

HSL color Cylindrical-coordinate representation of color #495067: hue angle of 226º 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 #495067 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 80 103 -
CMYK 0.29 0.22 0 0.60
HSL 226º 0.17% 0.35% -
HSV(B) 226º 0.29% 0.4% -
XYZ 8.06 8.13 13.98 -
YUV 80.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 73 80 103 0.29 0.22 0 0.60 226 0.17 0.35
Hex 49 50 67 1D 16 0 3C E2 11 23
Octal 111 120 147 35 26 0 74 342 21 43
Binary 1001001 1010000 1100111 11101 10110 0 111100 11100010 10001 100011

Color Harmonies of #495067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495067

Black with #495067

Text Example


Text Example

White with #495067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495067; }

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

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

background-color css

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

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

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

border-color css

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

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

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