Html Css Color HEX #465660 San Juan

📋 copy color: '#465660'

red 70 ◦ green 86 ◦ blue 96

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

Shades of San Juan #465660

Tints of San Juan #465660

RGB

 RED value IS 70 (27.73% from 255) = 27.78%

 GREEN value IS 86 (33.98% from 255) = 34.13%

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

R = 27.78%
G = 34.13%
B = 38.1%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465660 (or 0x465660) is known color: San Juan. HEX triplet: 46, 56 and 60. RGB value is (70,86,96). Sum of RGB (Red+Green+Blue) = 70+86+96=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #465660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465660 is #B9A99F. Grayscale: #525252. Windows color (decimal): -12167584 or 6313542. OLE color: 6313542.

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

Color convert

RGB 70 86 96 -
CMYK 0.27 0.10 0 0.62
HSL 203.08º 0.16% 0.33% -
HSV(B) 203.08º 0.27% 0.38% -
XYZ 7.96 8.8 12.35 -
YUV 82.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 70 86 96 0.27 0.10 0 0.62 203.08 0.16 0.33
Hex 46 56 60 1B A 0 3E CB 10 21
Octal 106 126 140 33 12 0 76 313 20 41
Binary 1000110 1010110 1100000 11011 1010 0 111110 11001011 10000 100001

Color Harmonies of #465660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465660

Black with #465660

Text Example


Text Example

White with #465660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465660; }

 p { color: rgb(70,86,96); }

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

background-color css

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

 a { background-color: rgb(70,86,96); }

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

border-color css

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

 span { border-color: rgb(70,86,96); }

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