Html Css Color HEX #475262 East Bay

📋 copy color: '#475262'

red 71 ◦ green 82 ◦ blue 98

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

Shades of East Bay #475262

Tints of East Bay #475262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.67%

 BLUE value IS 98 (38.67% from 255) = 39.04%

R = 28.29%
G = 32.67%
B = 39.04%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#475262 (or 0x475262) is known color: East Bay. HEX triplet: 47, 52 and 62. RGB value is (71,82,98). Sum of RGB (Red+Green+Blue) = 71+82+98=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 98 - color contains mainly: blue. Hex color #475262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475262 is #B8AD9D. Grayscale: #505050. Windows color (decimal): -12103070 or 6443591. OLE color: 6443591.

HSL color Cylindrical-coordinate representation of color #475262: hue angle of 215.56º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475262 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 82 98 -
CMYK 0.28 0.16 0 0.62
HSL 215.56º 0.16% 0.33% -
HSV(B) 215.56º 0.28% 0.38% -
XYZ 7.82 8.26 12.74 -
YUV 80.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 71 82 98 0.28 0.16 0 0.62 215.56 0.16 0.33
Hex 47 52 62 1C 10 0 3E D8 10 21
Octal 107 122 142 34 20 0 76 330 20 41
Binary 1000111 1010010 1100010 11100 10000 0 111110 11011000 10000 100001

Color Harmonies of #475262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475262

Black with #475262

Text Example


Text Example

White with #475262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475262; }

 p { color: rgb(71,82,98); }

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

background-color css

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

 a { background-color: rgb(71,82,98); }

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

border-color css

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

 span { border-color: rgb(71,82,98); }

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