Html Css Color HEX #475763 San Juan

📋 copy color: '#475763'

red 71 ◦ green 87 ◦ blue 99

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

Shades of San Juan #475763

Tints of San Juan #475763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.52%

R = 27.63%
G = 33.85%
B = 38.52%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#475763 (or 0x475763) is known color: San Juan. HEX triplet: 47, 57 and 63. RGB value is (71,87,99). Sum of RGB (Red+Green+Blue) = 71+87+99=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #475763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475763 is #B8A89C. Grayscale: #535353. Windows color (decimal): -12101789 or 6510407. OLE color: 6510407.

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

Color convert

RGB 71 87 99 -
CMYK 0.28 0.12 0 0.61
HSL 205.71º 0.16% 0.33% -
HSV(B) 205.71º 0.28% 0.39% -
XYZ 8.26 9.06 13.12 -
YUV 83.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 71 87 99 0.28 0.12 0 0.61 205.71 0.16 0.33
Hex 47 57 63 1C C 0 3D CE 10 21
Octal 107 127 143 34 14 0 75 316 20 41
Binary 1000111 1010111 1100011 11100 1100 0 111101 11001110 10000 100001

Color Harmonies of #475763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475763

Black with #475763

Text Example


Text Example

White with #475763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475763; }

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

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

background-color css

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

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

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

border-color css

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

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

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