Html Css Color HEX #4A6369 Smalt Blue

📋 copy color: '#4A6369'

red 74 ◦ green 99 ◦ blue 105

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

Shades of Smalt Blue #4A6369

Tints of Smalt Blue #4A6369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.61%

 BLUE value IS 105 (41.41% from 255) = 37.77%

R = 26.62%
G = 35.61%
B = 37.77%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4A6369 (or 0x4A6369) is known color: Smalt Blue. HEX triplet: 4A, 63 and 69. RGB value is (74,99,105). Sum of RGB (Red+Green+Blue) = 74+99+105=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A6369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6369 is #B59C96. Grayscale: #5C5C5C. Windows color (decimal): -11902103 or 6906698. OLE color: 6906698.

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

Color convert

RGB 74 99 105 -
CMYK 0.30 0.06 0 0.59
HSL 191.61º 0.17% 0.35% -
HSV(B) 191.61º 0.3% 0.41% -
XYZ 9.84 11.4 15.05 -
YUV 92.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 74 99 105 0.30 0.06 0 0.59 191.61 0.17 0.35
Hex 4A 63 69 1E 6 0 3B C0 11 23
Octal 112 143 151 36 6 0 73 300 21 43
Binary 1001010 1100011 1101001 11110 110 0 111011 11000000 10001 100011

Color Harmonies of #4A6369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6369

Black with #4A6369

Text Example


Text Example

White with #4A6369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,99,105); }

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

background-color css

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

 a { background-color: rgb(74,99,105); }

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

border-color css

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

 span { border-color: rgb(74,99,105); }

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