Html Css Color HEX #475862 San Juan

📋 copy color: '#475862'

red 71 ◦ green 88 ◦ blue 98

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

Shades of San Juan #475862

Tints of San Juan #475862

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.24%

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 27.63%
G = 34.24%
B = 38.13%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#475862 (or 0x475862) is known color: San Juan. HEX triplet: 47, 58 and 62. RGB value is (71,88,98). Sum of RGB (Red+Green+Blue) = 71+88+98=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #475862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475862 is #B8A79D. Grayscale: #545454. Windows color (decimal): -12101534 or 6445127. OLE color: 6445127.

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

Color convert

RGB 71 88 98 -
CMYK 0.28 0.10 0 0.62
HSL 202.22º 0.16% 0.33% -
HSV(B) 202.22º 0.28% 0.38% -
XYZ 8.29 9.2 12.89 -
YUV 84.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 71 88 98 0.28 0.10 0 0.62 202.22 0.16 0.33
Hex 47 58 62 1C A 0 3E CA 10 21
Octal 107 130 142 34 12 0 76 312 20 41
Binary 1000111 1011000 1100010 11100 1010 0 111110 11001010 10000 100001

Color Harmonies of #475862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475862

Black with #475862

Text Example


Text Example

White with #475862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475862; }

 p { color: rgb(71,88,98); }

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

background-color css

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

 a { background-color: rgb(71,88,98); }

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

border-color css

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

 span { border-color: rgb(71,88,98); }

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