Html Css Color HEX #415E63 Smalt Blue

📋 copy color: '#415E63'

red 65 ◦ green 94 ◦ blue 99

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

Shades of Smalt Blue #415E63

Tints of Smalt Blue #415E63

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.43%

 BLUE value IS 99 (39.06% from 255) = 38.37%

R = 25.19%
G = 36.43%
B = 38.37%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#415E63 (or 0x415E63) is known color: Smalt Blue. HEX triplet: 41, 5E and 63. RGB value is (65,94,99). Sum of RGB (Red+Green+Blue) = 65+94+99=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #415E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E63 is #BEA19C. Grayscale: #555555. Windows color (decimal): -12493213 or 6512193. OLE color: 6512193.

HSL color Cylindrical-coordinate representation of color #415E63: hue angle of 188.82º 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 #415E63 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 94 99 -
CMYK 0.34 0.05 0 0.61
HSL 188.82º 0.21% 0.32% -
HSV(B) 188.82º 0.34% 0.39% -
XYZ 8.43 10.03 13.3 -
YUV 85.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 65 94 99 0.34 0.05 0 0.61 188.82 0.21 0.32
Hex 41 5E 63 22 5 0 3D BD 15 20
Octal 101 136 143 42 5 0 75 275 25 40
Binary 1000001 1011110 1100011 100010 101 0 111101 10111101 10101 100000

Color Harmonies of #415E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415E63

Black with #415E63

Text Example


Text Example

White with #415E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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