Html Css Color HEX #475764 San Juan

📋 copy color: '#475764'

red 71 ◦ green 87 ◦ blue 100

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

Shades of San Juan #475764

Tints of San Juan #475764

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.72%

 BLUE value IS 100 (39.45% from 255) = 38.76%

R = 27.52%
G = 33.72%
B = 38.76%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#475764 (or 0x475764) is known color: San Juan. HEX triplet: 47, 57 and 64. RGB value is (71,87,100). Sum of RGB (Red+Green+Blue) = 71+87+100=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 100 - color contains mainly: blue. Hex color #475764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475764 is #B8A89B. Grayscale: #535353. Windows color (decimal): -12101788 or 6575943. OLE color: 6575943.

HSL color Cylindrical-coordinate representation of color #475764: hue angle of 206.9º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #475764 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 87 100 -
CMYK 0.29 0.13 0 0.61
HSL 206.9º 0.17% 0.34% -
HSV(B) 206.9º 0.29% 0.39% -
XYZ 8.31 9.08 13.37 -
YUV 83.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 71 87 100 0.29 0.13 0 0.61 206.9 0.17 0.34
Hex 47 57 64 1D D 0 3D CF 11 22
Octal 107 127 144 35 15 0 75 317 21 42
Binary 1000111 1010111 1100100 11101 1101 0 111101 11001111 10001 100010

Color Harmonies of #475764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475764

Black with #475764

Text Example


Text Example

White with #475764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475764; }

 p { color: rgb(71,87,100); }

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

background-color css

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

 a { background-color: rgb(71,87,100); }

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

border-color css

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

 span { border-color: rgb(71,87,100); }

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