#415763

Color #415763 San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #415763

Tints of San Juan #415763

Color information

#415763 (or 0x415763) is unknown color: approx San Juan. HEX triplet: 41, 57 and 63. RGB value is (65,87,99). Sum of RGB (Red+Green+Blue) = 65+87+99=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 99 - color contains mainly: blue. Hex color #415763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415763 is #BEA89C. Grayscale: #515151. Windows color (decimal): -12495005 or 6510401. OLE color: 6510401.

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

Color convert

RGB658799-
CMYK0.340.1200.61
HSL201.18º20.73%32.16%-
HSV(B)201.18º34.34%38.82%-
XYZ7.848.8413.1-
YUV81.79137.71116.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 99 (39.06% from 255) = 39.44%
R=25.90%
G=34.66%
B=39.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6587990.340.1200.61201.1820.7332.16
Hex41576322C03Dc91520
Octal10112714342140753112540
Binary100000110101111100011100010110001111011100100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415763; }

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

 H1.HeaderClassName
 {
   color: #415763;
 }
 .AnyTagClassName
 {
   color: #415763;
 }
</style>
background-color css

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

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

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

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

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

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