Html Css Color HEX #42636C Smalt Blue

📋 copy color: '#42636C'

red 66 ◦ green 99 ◦ blue 108

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

Shades of Smalt Blue #42636C

Tints of Smalt Blue #42636C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.26%

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

R = 24.18%
G = 36.26%
B = 39.56%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42636C (or 0x42636C) is known color: Smalt Blue. HEX triplet: 42, 63 and 6C. RGB value is (66,99,108). Sum of RGB (Red+Green+Blue) = 66+99+108=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #42636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42636C is #BD9C93. Grayscale: #5A5A5A. Windows color (decimal): -12426388 or 7103298. OLE color: 7103298.

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

Color convert

RGB 66 99 108 -
CMYK 0.39 0.08 0 0.58
HSL 192.86º 0.24% 0.34% -
HSV(B) 192.86º 0.39% 0.42% -
XYZ 9.42 11.16 15.85 -
YUV 90.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 66 99 108 0.39 0.08 0 0.58 192.86 0.24 0.34
Hex 42 63 6C 27 8 0 3A C1 18 22
Octal 102 143 154 47 10 0 72 301 30 42
Binary 1000010 1100011 1101100 100111 1000 0 111010 11000001 11000 100010

Color Harmonies of #42636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42636C

Black with #42636C

Text Example


Text Example

White with #42636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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