Html Css Color HEX #426570 Smalt Blue

📋 copy color: '#426570'

red 66 ◦ green 101 ◦ blue 112

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

Shades of Smalt Blue #426570

Tints of Smalt Blue #426570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 23.66%
G = 36.2%
B = 40.14%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#426570 (or 0x426570) is known color: Smalt Blue. HEX triplet: 42, 65 and 70. RGB value is (66,101,112). Sum of RGB (Red+Green+Blue) = 66+101+112=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #426570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426570 is #BD9A8F. Grayscale: #5B5B5B. Windows color (decimal): -12425872 or 7365954. OLE color: 7365954.

HSL color Cylindrical-coordinate representation of color #426570: hue angle of 194.35º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426570 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 101 112 -
CMYK 0.41 0.10 0 0.56
HSL 194.35º 0.26% 0.35% -
HSV(B) 194.35º 0.41% 0.44% -
XYZ 9.83 11.64 17.06 -
YUV 91.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 66 101 112 0.41 0.10 0 0.56 194.35 0.26 0.35
Hex 42 65 70 29 A 0 38 C2 1A 23
Octal 102 145 160 51 12 0 70 302 32 43
Binary 1000010 1100101 1110000 101001 1010 0 111000 11000010 11010 100011

Color Harmonies of #426570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426570

Black with #426570

Text Example


Text Example

White with #426570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426570; }

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

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

background-color css

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

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

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

border-color css

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

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

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