Html Css Color HEX #475369 East Bay

📋 copy color: '#475369'

red 71 ◦ green 83 ◦ blue 105

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

Shades of East Bay #475369

Tints of East Bay #475369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 27.41%
G = 32.05%
B = 40.54%

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

#475369 (or 0x475369) is known color: East Bay. HEX triplet: 47, 53 and 69. RGB value is (71,83,105). Sum of RGB (Red+Green+Blue) = 71+83+105=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #475369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475369 is #B8AC96. Grayscale: #515151. Windows color (decimal): -12102807 or 6902599. OLE color: 6902599.

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

Color convert

RGB 71 83 105 -
CMYK 0.32 0.21 0 0.59
HSL 218.82º 0.19% 0.35% -
HSV(B) 218.82º 0.32% 0.41% -
XYZ 8.24 8.55 14.58 -
YUV 81.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 71 83 105 0.32 0.21 0 0.59 218.82 0.19 0.35
Hex 47 53 69 20 15 0 3B DB 13 23
Octal 107 123 151 40 25 0 73 333 23 43
Binary 1000111 1010011 1101001 100000 10101 0 111011 11011011 10011 100011

Color Harmonies of #475369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475369

Black with #475369

Text Example


Text Example

White with #475369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475369; }

 p { color: rgb(71,83,105); }

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

background-color css

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

 a { background-color: rgb(71,83,105); }

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

border-color css

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

 span { border-color: rgb(71,83,105); }

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