#415460

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

Shades of San Juan #415460

Tints of San Juan #415460

Color information

#415460 (or 0x415460) is unknown color: approx San Juan. HEX triplet: 41, 54 and 60. RGB value is (65,84,96). Sum of RGB (Red+Green+Blue) = 65+84+96=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #415460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415460 is #BEAB9F. Grayscale: #4F4F4F. Windows color (decimal): -12495776 or 6313025. OLE color: 6313025.

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

Color convert

RGB658496-
CMYK0.320.1200.62
HSL203.23º19.25%31.57%-
HSV(B)203.23º32.29%37.65%-
XYZ7.468.3112.28-
YUV79.69137.21117.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=26.53%
G=34.29%
B=39.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6584960.320.1200.62203.2319.2531.57
Hex41546020C03Ecb1320
Octal10112414040140763132340
Binary100000110101001100000100000110001111101100101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415460; }

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

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

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

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

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

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

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

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