#415461

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

Shades of San Juan #415461

Tints of San Juan #415461

Color information

#415461 (or 0x415461) is unknown color: approx San Juan. HEX triplet: 41, 54 and 61. RGB value is (65,84,97). Sum of RGB (Red+Green+Blue) = 65+84+97=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #415461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415461 is #BEAB9E. Grayscale: #4F4F4F. Windows color (decimal): -12495775 or 6378561. OLE color: 6378561.

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

Color convert

RGB658497-
CMYK0.330.1300.62
HSL204.38º19.75%31.76%-
HSV(B)204.38º32.99%38.04%-
XYZ7.518.3312.52-
YUV79.8137.71117.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=26.42%
G=34.15%
B=39.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6584970.330.1300.62204.3819.7531.76
Hex41546121D03Ecc1420
Octal10112414141150763142440
Binary100000110101001100001100001110101111101100110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415461; }

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

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

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

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

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

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

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

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