Html Css Color HEX #4A656C Smalt Blue

📋 copy color: '#4A656C'

red 74 ◦ green 101 ◦ blue 108

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

Shades of Smalt Blue #4A656C

Tints of Smalt Blue #4A656C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

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

R = 26.15%
G = 35.69%
B = 38.16%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A656C (or 0x4A656C) is known color: Smalt Blue. HEX triplet: 4A, 65 and 6C. RGB value is (74,101,108). Sum of RGB (Red+Green+Blue) = 74+101+108=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A656C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A656C is #B59A93. Grayscale: #5D5D5D. Windows color (decimal): -11901588 or 7103818. OLE color: 7103818.

HSL color Cylindrical-coordinate representation of color #4A656C: hue angle of 192.35º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A656C is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 101 108 -
CMYK 0.31 0.06 0 0.58
HSL 192.35º 0.19% 0.36% -
HSV(B) 192.35º 0.31% 0.42% -
XYZ 10.18 11.85 15.94 -
YUV 93.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 74 101 108 0.31 0.06 0 0.58 192.35 0.19 0.36
Hex 4A 65 6C 1F 6 0 3A C0 13 24
Octal 112 145 154 37 6 0 72 300 23 44
Binary 1001010 1100101 1101100 11111 110 0 111010 11000000 10011 100100

Color Harmonies of #4A656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A656C

Black with #4A656C

Text Example


Text Example

White with #4A656C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,101,108); }

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

background-color css

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

 a { background-color: rgb(74,101,108); }

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

border-color css

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

 span { border-color: rgb(74,101,108); }

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