Html Css Color HEX #426165 Smalt Blue

📋 copy color: '#426165'

red 66 ◦ green 97 ◦ blue 101

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

Shades of Smalt Blue #426165

Tints of Smalt Blue #426165

RGB

 RED value IS 66 (26.17% from 255) = 25%

 GREEN value IS 97 (38.28% from 255) = 36.74%

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 25%
G = 36.74%
B = 38.26%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#426165 (or 0x426165) is known color: Smalt Blue. HEX triplet: 42, 61 and 65. RGB value is (66,97,101). Sum of RGB (Red+Green+Blue) = 66+97+101=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #426165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426165 is #BD9E9A. Grayscale: #585858. Windows color (decimal): -12426907 or 6644034. OLE color: 6644034.

HSL color Cylindrical-coordinate representation of color #426165: hue angle of 186.86º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #426165 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 97 101 -
CMYK 0.35 0.04 0 0.60
HSL 186.86º 0.21% 0.33% -
HSV(B) 186.86º 0.35% 0.4% -
XYZ 8.87 10.65 13.9 -
YUV 88.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 66 97 101 0.35 0.04 0 0.60 186.86 0.21 0.33
Hex 42 61 65 23 4 0 3C BB 15 21
Octal 102 141 145 43 4 0 74 273 25 41
Binary 1000010 1100001 1100101 100011 100 0 111100 10111011 10101 100001

Color Harmonies of #426165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426165

Black with #426165

Text Example


Text Example

White with #426165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426165; }

 p { color: rgb(66,97,101); }

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

background-color css

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

 a { background-color: rgb(66,97,101); }

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

border-color css

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

 span { border-color: rgb(66,97,101); }

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