Html Css Color HEX #426063 Smalt Blue

📋 copy color: '#426063'

red 66 ◦ green 96 ◦ blue 99

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

Shades of Smalt Blue #426063

Tints of Smalt Blue #426063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.78%

 BLUE value IS 99 (39.06% from 255) = 37.93%

R = 25.29%
G = 36.78%
B = 37.93%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#426063 (or 0x426063) is known color: Smalt Blue. HEX triplet: 42, 60 and 63. RGB value is (66,96,99). Sum of RGB (Red+Green+Blue) = 66+96+99=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #426063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426063 is #BD9F9C. Grayscale: #575757. Windows color (decimal): -12427165 or 6512706. OLE color: 6512706.

HSL color Cylindrical-coordinate representation of color #426063: hue angle of 185.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #426063 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 96 99 -
CMYK 0.33 0.03 0 0.61
HSL 185.45º 0.2% 0.32% -
HSV(B) 185.45º 0.33% 0.39% -
XYZ 8.68 10.42 13.36 -
YUV 87.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 66 96 99 0.33 0.03 0 0.61 185.45 0.2 0.32
Hex 42 60 63 21 3 0 3D B9 14 20
Octal 102 140 143 41 3 0 75 271 24 40
Binary 1000010 1100000 1100011 100001 11 0 111101 10111001 10100 100000

Color Harmonies of #426063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426063

Black with #426063

Text Example


Text Example

White with #426063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426063; }

 p { color: rgb(66,96,99); }

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

background-color css

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

 a { background-color: rgb(66,96,99); }

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

border-color css

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

 span { border-color: rgb(66,96,99); }

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