Html Css Color HEX #42606A Smalt Blue

📋 copy color: '#42606A'

red 66 ◦ green 96 ◦ blue 106

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

Shades of Smalt Blue #42606A

Tints of Smalt Blue #42606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.55%

R = 24.63%
G = 35.82%
B = 39.55%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42606A (or 0x42606A) is known color: Smalt Blue. HEX triplet: 42, 60 and 6A. RGB value is (66,96,106). Sum of RGB (Red+Green+Blue) = 66+96+106=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #42606A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42606A is #BD9F95. Grayscale: #585858. Windows color (decimal): -12427158 or 6971458. OLE color: 6971458.

HSL color Cylindrical-coordinate representation of color #42606A: hue angle of 195º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42606A is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 96 106 -
CMYK 0.38 0.09 0 0.58
HSL 195º 0.23% 0.34% -
HSV(B) 195º 0.38% 0.42% -
XYZ 9.03 10.56 15.2 -
YUV 88.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 66 96 106 0.38 0.09 0 0.58 195 0.23 0.34
Hex 42 60 6A 26 9 0 3A C3 17 22
Octal 102 140 152 46 11 0 72 303 27 42
Binary 1000010 1100000 1101010 100110 1001 0 111010 11000011 10111 100010

Color Harmonies of #42606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42606A

Black with #42606A

Text Example


Text Example

White with #42606A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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