Html Css Color HEX #426168 Smalt Blue

📋 copy color: '#426168'

red 66 ◦ green 97 ◦ blue 104

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

Shades of Smalt Blue #426168

Tints of Smalt Blue #426168

RGB

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

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

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

R = 24.72%
G = 36.33%
B = 38.95%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#426168 (or 0x426168) is known color: Smalt Blue. HEX triplet: 42, 61 and 68. RGB value is (66,97,104). Sum of RGB (Red+Green+Blue) = 66+97+104=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #426168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426168 is #BD9E97. Grayscale: #585858. Windows color (decimal): -12426904 or 6840642. OLE color: 6840642.

HSL color Cylindrical-coordinate representation of color #426168: hue angle of 191.05º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426168 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 97 104 -
CMYK 0.37 0.07 0 0.59
HSL 191.05º 0.22% 0.33% -
HSV(B) 191.05º 0.37% 0.41% -
XYZ 9.02 10.71 14.69 -
YUV 88.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 66 97 104 0.37 0.07 0 0.59 191.05 0.22 0.33
Hex 42 61 68 25 7 0 3B BF 16 21
Octal 102 141 150 45 7 0 73 277 26 41
Binary 1000010 1100001 1101000 100101 111 0 111011 10111111 10110 100001

Color Harmonies of #426168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426168

Black with #426168

Text Example


Text Example

White with #426168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426168; }

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

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

background-color css

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

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

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

border-color css

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

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

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