Html Css Color HEX #4A6168 Smalt Blue

📋 copy color: '#4A6168'

red 74 ◦ green 97 ◦ blue 104

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

Shades of Smalt Blue #4A6168

Tints of Smalt Blue #4A6168

RGB

 RED value IS 74 (29.3% from 255) = 26.91%

 GREEN value IS 97 (38.28% from 255) = 35.27%

 BLUE value IS 104 (41.02% from 255) = 37.82%

R = 26.91%
G = 35.27%
B = 37.82%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4A6168 (or 0x4A6168) is known color: Smalt Blue. HEX triplet: 4A, 61 and 68. RGB value is (74,97,104). Sum of RGB (Red+Green+Blue) = 74+97+104=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A6168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6168 is #B59E97. Grayscale: #5A5A5A. Windows color (decimal): -11902616 or 6840650. OLE color: 6840650.

HSL color Cylindrical-coordinate representation of color #4A6168: hue angle of 194º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A6168 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 97 104 -
CMYK 0.29 0.07 0 0.59
HSL 194º 0.17% 0.35% -
HSV(B) 194º 0.29% 0.41% -
XYZ 9.6 11 14.71 -
YUV 90.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 74 97 104 0.29 0.07 0 0.59 194 0.17 0.35
Hex 4A 61 68 1D 7 0 3B C2 11 23
Octal 112 141 150 35 7 0 73 302 21 43
Binary 1001010 1100001 1101000 11101 111 0 111011 11000010 10001 100011

Color Harmonies of #4A6168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6168

Black with #4A6168

Text Example


Text Example

White with #4A6168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A6168; }

 p { color: rgb(74,97,104); }

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

background-color css

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

 a { background-color: rgb(74,97,104); }

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

border-color css

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

 span { border-color: rgb(74,97,104); }

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