Html Css Color HEX #475367 East Bay

📋 copy color: '#475367'

red 71 ◦ green 83 ◦ blue 103

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

Shades of East Bay #475367

Tints of East Bay #475367

RGB

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

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

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

R = 27.63%
G = 32.3%
B = 40.08%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#475367 (or 0x475367) is known color: East Bay. HEX triplet: 47, 53 and 67. RGB value is (71,83,103). Sum of RGB (Red+Green+Blue) = 71+83+103=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 103 - color contains mainly: blue. Hex color #475367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475367 is #B8AC98. Grayscale: #515151. Windows color (decimal): -12102809 or 6771527. OLE color: 6771527.

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

Color convert

RGB 71 83 103 -
CMYK 0.31 0.19 0 0.60
HSL 217.5º 0.18% 0.34% -
HSV(B) 217.5º 0.31% 0.4% -
XYZ 8.14 8.51 14.04 -
YUV 81.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 71 83 103 0.31 0.19 0 0.60 217.5 0.18 0.34
Hex 47 53 67 1F 13 0 3C DA 12 22
Octal 107 123 147 37 23 0 74 332 22 42
Binary 1000111 1010011 1100111 11111 10011 0 111100 11011010 10010 100010

Color Harmonies of #475367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475367

Black with #475367

Text Example


Text Example

White with #475367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475367; }

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

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

background-color css

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

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

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

border-color css

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

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

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