Html Css Color HEX #475268 East Bay

📋 copy color: '#475268'

red 71 ◦ green 82 ◦ blue 104

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

Shades of East Bay #475268

Tints of East Bay #475268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.47%

R = 27.63%
G = 31.91%
B = 40.47%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#475268 (or 0x475268) is known color: East Bay. HEX triplet: 47, 52 and 68. RGB value is (71,82,104). Sum of RGB (Red+Green+Blue) = 71+82+104=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #475268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475268 is #B8AD97. Grayscale: #515151. Windows color (decimal): -12103064 or 6836807. OLE color: 6836807.

HSL color Cylindrical-coordinate representation of color #475268: hue angle of 220º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475268 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 82 104 -
CMYK 0.32 0.21 0 0.59
HSL 220º 0.19% 0.34% -
HSV(B) 220º 0.32% 0.41% -
XYZ 8.11 8.37 14.29 -
YUV 81.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 71 82 104 0.32 0.21 0 0.59 220 0.19 0.34
Hex 47 52 68 20 15 0 3B DC 13 22
Octal 107 122 150 40 25 0 73 334 23 42
Binary 1000111 1010010 1101000 100000 10101 0 111011 11011100 10011 100010

Color Harmonies of #475268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475268

Black with #475268

Text Example


Text Example

White with #475268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475268; }

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

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

background-color css

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

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

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

border-color css

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

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

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