Html Css Color HEX #4A6167 Smalt Blue

📋 copy color: '#4A6167'

red 74 ◦ green 97 ◦ blue 103

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

Shades of Smalt Blue #4A6167

Tints of Smalt Blue #4A6167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.59%

R = 27.01%
G = 35.4%
B = 37.59%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4A6167 (or 0x4A6167) is known color: Smalt Blue. HEX triplet: 4A, 61 and 67. RGB value is (74,97,103). Sum of RGB (Red+Green+Blue) = 74+97+103=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A6167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6167 is #B59E98. Grayscale: #5A5A5A. Windows color (decimal): -11902617 or 6775114. OLE color: 6775114.

HSL color Cylindrical-coordinate representation of color #4A6167: hue angle of 192.41º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A6167 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 97 103 -
CMYK 0.28 0.06 0 0.60
HSL 192.41º 0.16% 0.35% -
HSV(B) 192.41º 0.28% 0.4% -
XYZ 9.55 10.98 14.45 -
YUV 90.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 74 97 103 0.28 0.06 0 0.60 192.41 0.16 0.35
Hex 4A 61 67 1C 6 0 3C C0 10 23
Octal 112 141 147 34 6 0 74 300 20 43
Binary 1001010 1100001 1100111 11100 110 0 111100 11000000 10000 100011

Color Harmonies of #4A6167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6167

Black with #4A6167

Text Example


Text Example

White with #4A6167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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