Html Css Color HEX #42606D Smalt Blue

📋 copy color: '#42606D'

red 66 ◦ green 96 ◦ blue 109

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

Shades of Smalt Blue #42606D

Tints of Smalt Blue #42606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.22%

R = 24.35%
G = 35.42%
B = 40.22%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42606D (or 0x42606D) is known color: Smalt Blue. HEX triplet: 42, 60 and 6D. RGB value is (66,96,109). Sum of RGB (Red+Green+Blue) = 66+96+109=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #42606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42606D is #BD9F92. Grayscale: #585858. Windows color (decimal): -12427155 or 7168066. OLE color: 7168066.

HSL color Cylindrical-coordinate representation of color #42606D: hue angle of 198.14º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42606D is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 96 109 -
CMYK 0.39 0.12 0 0.57
HSL 198.14º 0.25% 0.34% -
HSV(B) 198.14º 0.39% 0.43% -
XYZ 9.19 10.63 16.04 -
YUV 88.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 66 96 109 0.39 0.12 0 0.57 198.14 0.25 0.34
Hex 42 60 6D 27 C 0 39 C6 19 22
Octal 102 140 155 47 14 0 71 306 31 42
Binary 1000010 1100000 1101101 100111 1100 0 111001 11000110 11001 100010

Color Harmonies of #42606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42606D

Black with #42606D

Text Example


Text Example

White with #42606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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