#415F6D

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

Shades of San Juan #415F6D

Tints of San Juan #415F6D

Color information

#415F6D (or 0x415F6D) is unknown color: approx San Juan. HEX triplet: 41, 5F and 6D. RGB value is (65,95,109). Sum of RGB (Red+Green+Blue) = 65+95+109=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #415F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415F6D is #BEA092. Grayscale: #575757. Windows color (decimal): -12492947 or 7167809. OLE color: 7167809.

HSL color Cylindrical-coordinate representation of color #415F6D: hue angle of 199.09º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #415F6D is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6595109-
CMYK0.400.1300.57
HSL199.09º25.29%34.12%-
HSV(B)199.09º40.37%42.75%-
XYZ9.0310.4116-
YUV87.63140.06111.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 95 (37.5% from 255) = 35.32%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=24.16%
G=35.32%
B=40.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65951090.400.1300.57199.0925.2934.12
Hex415F6D28D039c71922
Octal10113715550150713073142
Binary100000110111111101101101000110101110011100011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415F6D; }

 p { color: rgb(65,95,109); }

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

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

 a { background-color: rgb(65,95,109); }

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

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

 span { border-color: rgb(65,95,109); }

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