Html Css Color HEX #475167 East Bay

📋 copy color: '#475167'

red 71 ◦ green 81 ◦ blue 103

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

Shades of East Bay #475167

Tints of East Bay #475167

RGB

 RED value IS 71 (28.13% from 255) = 27.84%

 GREEN value IS 81 (32.03% from 255) = 31.76%

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

R = 27.84%
G = 31.76%
B = 40.39%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#475167 (or 0x475167) is known color: East Bay. HEX triplet: 47, 51 and 67. RGB value is (71,81,103). Sum of RGB (Red+Green+Blue) = 71+81+103=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 103 - color contains mainly: blue. Hex color #475167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475167 is #B8AE98. Grayscale: #505050. Windows color (decimal): -12103321 or 6771015. OLE color: 6771015.

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

Color convert

RGB 71 81 103 -
CMYK 0.31 0.21 0 0.60
HSL 221.25º 0.18% 0.34% -
HSV(B) 221.25º 0.31% 0.4% -
XYZ 7.99 8.2 13.99 -
YUV 80.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 71 81 103 0.31 0.21 0 0.60 221.25 0.18 0.34
Hex 47 51 67 1F 15 0 3C DD 12 22
Octal 107 121 147 37 25 0 74 335 22 42
Binary 1000111 1010001 1100111 11111 10101 0 111100 11011101 10010 100010

Color Harmonies of #475167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475167

Black with #475167

Text Example


Text Example

White with #475167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475167; }

 p { color: rgb(71,81,103); }

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

background-color css

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

 a { background-color: rgb(71,81,103); }

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

border-color css

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

 span { border-color: rgb(71,81,103); }

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