Html Css Color HEX #415F6B Smalt Blue

📋 copy color: '#415F6B'

red 65 ◦ green 95 ◦ blue 107

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

Shades of Smalt Blue #415F6B

Tints of Smalt Blue #415F6B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.58%

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 24.34%
G = 35.58%
B = 40.07%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#415F6B (or 0x415F6B) is known color: Smalt Blue. HEX triplet: 41, 5F and 6B. RGB value is (65,95,107). Sum of RGB (Red+Green+Blue) = 65+95+107=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #415F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415F6B is #BEA094. Grayscale: #575757. Windows color (decimal): -12492949 or 7036737. OLE color: 7036737.

HSL color Cylindrical-coordinate representation of color #415F6B: hue angle of 197.14º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #415F6B is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 95 107 -
CMYK 0.39 0.11 0 0.58
HSL 197.14º 0.24% 0.34% -
HSV(B) 197.14º 0.39% 0.42% -
XYZ 8.93 10.37 15.44 -
YUV 87.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 65 95 107 0.39 0.11 0 0.58 197.14 0.24 0.34
Hex 41 5F 6B 27 B 0 3A C5 18 22
Octal 101 137 153 47 13 0 72 305 30 42
Binary 1000001 1011111 1101011 100111 1011 0 111010 11000101 11000 100010

Color Harmonies of #415F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415F6B

Black with #415F6B

Text Example


Text Example

White with #415F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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