Html Css Color HEX #415E68 Smalt Blue

📋 copy color: '#415E68'

red 65 ◦ green 94 ◦ blue 104

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

Shades of Smalt Blue #415E68

Tints of Smalt Blue #415E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 24.71%
G = 35.74%
B = 39.54%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#415E68 (or 0x415E68) is known color: Smalt Blue. HEX triplet: 41, 5E and 68. RGB value is (65,94,104). Sum of RGB (Red+Green+Blue) = 65+94+104=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #415E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E68 is #BEA197. Grayscale: #565656. Windows color (decimal): -12493208 or 6839873. OLE color: 6839873.

HSL color Cylindrical-coordinate representation of color #415E68: hue angle of 195.38º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #415E68 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 94 104 -
CMYK 0.38 0.10 0 0.59
HSL 195.38º 0.23% 0.33% -
HSV(B) 195.38º 0.38% 0.41% -
XYZ 8.68 10.13 14.59 -
YUV 86.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 65 94 104 0.38 0.10 0 0.59 195.38 0.23 0.33
Hex 41 5E 68 26 A 0 3B C3 17 21
Octal 101 136 150 46 12 0 73 303 27 41
Binary 1000001 1011110 1101000 100110 1010 0 111011 11000011 10111 100001

Color Harmonies of #415E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415E68

Black with #415E68

Text Example


Text Example

White with #415E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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