Html Css Color HEX #475460 San Juan

📋 copy color: '#475460'

red 71 ◦ green 84 ◦ blue 96

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

Shades of San Juan #475460

Tints of San Juan #475460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.47%

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 28.29%
G = 33.47%
B = 38.25%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#475460 (or 0x475460) is known color: San Juan. HEX triplet: 47, 54 and 60. RGB value is (71,84,96). Sum of RGB (Red+Green+Blue) = 71+84+96=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 96 - color contains mainly: blue. Hex color #475460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475460 is #B8AB9F. Grayscale: #515151. Windows color (decimal): -12102560 or 6313031. OLE color: 6313031.

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

Color convert

RGB 71 84 96 -
CMYK 0.26 0.12 0 0.62
HSL 208.8º 0.15% 0.33% -
HSV(B) 208.8º 0.26% 0.38% -
XYZ 7.88 8.52 12.3 -
YUV 81.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 71 84 96 0.26 0.12 0 0.62 208.8 0.15 0.33
Hex 47 54 60 1A C 0 3E D1 F 21
Octal 107 124 140 32 14 0 76 321 17 41
Binary 1000111 1010100 1100000 11010 1100 0 111110 11010001 1111 100001

Color Harmonies of #475460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475460

Black with #475460

Text Example


Text Example

White with #475460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475460; }

 p { color: rgb(71,84,96); }

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

background-color css

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

 a { background-color: rgb(71,84,96); }

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

border-color css

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

 span { border-color: rgb(71,84,96); }

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