Html Css Color HEX #415C60 Smalt Blue

📋 copy color: '#415C60'

red 65 ◦ green 92 ◦ blue 96

#415C60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt Blue #415C60

Tints of Smalt Blue #415C60

RGB

 RED value IS 65 (25.78% from 255) = 25.69%

 GREEN value IS 92 (36.33% from 255) = 36.36%

 BLUE value IS 96 (37.89% from 255) = 37.94%

R = 25.69%
G = 36.36%
B = 37.94%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#415C60 (or 0x415C60) is known color: Smalt Blue. HEX triplet: 41, 5C and 60. RGB value is (65,92,96). Sum of RGB (Red+Green+Blue) = 65+92+96=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #415C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C60 is #BEA39F. Grayscale: #545454. Windows color (decimal): -12493728 or 6315073. OLE color: 6315073.

HSL color Cylindrical-coordinate representation of color #415C60: hue angle of 187.74º 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 #415C60 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 92 96 -
CMYK 0.32 0.04 0 0.62
HSL 187.74º 0.19% 0.32% -
HSV(B) 187.74º 0.32% 0.38% -
XYZ 8.12 9.62 12.5 -
YUV 84.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 65 92 96 0.32 0.04 0 0.62 187.74 0.19 0.32
Hex 41 5C 60 20 4 0 3E BC 13 20
Octal 101 134 140 40 4 0 76 274 23 40
Binary 1000001 1011100 1100000 100000 100 0 111110 10111100 10011 100000

Color Harmonies of #415C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415C60

Black with #415C60

Text Example


Text Example

White with #415C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #415C60;
 }
 .AnyTagClassName
 {
   color: #415C60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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