Html Css Color HEX #42626C Smalt Blue

📋 copy color: '#42626C'

red 66 ◦ green 98 ◦ blue 108

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

Shades of Smalt Blue #42626C

Tints of Smalt Blue #42626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.03%

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 24.26%
G = 36.03%
B = 39.71%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42626C (or 0x42626C) is known color: Smalt Blue. HEX triplet: 42, 62 and 6C. RGB value is (66,98,108). Sum of RGB (Red+Green+Blue) = 66+98+108=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #42626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42626C is #BD9D93. Grayscale: #595959. Windows color (decimal): -12426644 or 7103042. OLE color: 7103042.

HSL color Cylindrical-coordinate representation of color #42626C: hue angle of 194.29º 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 #42626C is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 98 108 -
CMYK 0.39 0.09 0 0.58
HSL 194.29º 0.24% 0.34% -
HSV(B) 194.29º 0.39% 0.42% -
XYZ 9.32 10.98 15.81 -
YUV 89.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 66 98 108 0.39 0.09 0 0.58 194.29 0.24 0.34
Hex 42 62 6C 27 9 0 3A C2 18 22
Octal 102 142 154 47 11 0 72 302 30 42
Binary 1000010 1100010 1101100 100111 1001 0 111010 11000010 11000 100010

Color Harmonies of #42626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42626C

Black with #42626C

Text Example


Text Example

White with #42626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42626C; }

 p { color: rgb(66,98,108); }

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

background-color css

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

 a { background-color: rgb(66,98,108); }

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

border-color css

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

 span { border-color: rgb(66,98,108); }

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