Shades of San Juan #415D69
Tints of San Juan #415D69
RGB
CMYK
RGB Variations
Color information
#415D69 (or 0x415D69) is known color: San Juan. HEX triplet: 41, 5D and 69. RGB value is (65,93,105). Sum of RGB (Red+Green+Blue) = 65+93+105=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 105 - color contains mainly: blue. Hex color #415D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D69 is #BEA296. Grayscale: #555555. Windows color (decimal): -12493463 or 6905153. OLE color: 6905153.
HSL color Cylindrical-coordinate representation of color #415D69: hue angle of 198º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #415D69 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 93 | 105 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.59 |
| HSL | 198º | 0.24% | 0.33% | - |
| HSV(B) | 198º | 0.38% | 0.41% | - |
| XYZ | 8.64 | 9.97 | 14.83 | - |
| YUV | 86 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 105 | 0.38 | 0.11 | 0 | 0.59 | 198 | 0.24 | 0.33 |
| Hex | 41 | 5D | 69 | 26 | B | 0 | 3B | C6 | 18 | 21 |
| Octal | 101 | 135 | 151 | 46 | 13 | 0 | 73 | 306 | 30 | 41 |
| Binary | 1000001 | 1011101 | 1101001 | 100110 | 1011 | 0 | 111011 | 11000110 | 11000 | 100001 |
Color Harmonies of #415D69
Complementary color
Monochromatic Colors of #415D69
Black with #415D69
Text Example
Text Example
White with #415D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D69; }
p { color: rgb(65,93,105); }
H1.HeaderClassName
{
color: #415D69;
}
.AnyTagClassName
{
color: #415D69;
}
</style>
background-color css
<style>
a { background-color: #415D69; }
a { background-color: rgb(65,93,105); }
div.DivClassName
{
background-color: #415D69;
}
.BgClassName
{
background-color: #415D69;
}
</style>
border-color css
<style>
span { border-color: #415D69; }
span { border-color: rgb(65,93,105); }
td.TdClassName
{
border-color: #415D69;
}
.TagClassName
{
border-color: #415D69;
}
</style>