Html Css Color HEX #4A6368 Smalt Blue

📋 copy color: '#4A6368'

red 74 ◦ green 99 ◦ blue 104

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

Shades of Smalt Blue #4A6368

Tints of Smalt Blue #4A6368

RGB

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

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

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

R = 26.71%
G = 35.74%
B = 37.55%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4A6368 (or 0x4A6368) is known color: Smalt Blue. HEX triplet: 4A, 63 and 68. RGB value is (74,99,104). Sum of RGB (Red+Green+Blue) = 74+99+104=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A6368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6368 is #B59C97. Grayscale: #5C5C5C. Windows color (decimal): -11902104 or 6841162. OLE color: 6841162.

HSL color Cylindrical-coordinate representation of color #4A6368: hue angle of 190º 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 #4A6368 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 99 104 -
CMYK 0.29 0.05 0 0.59
HSL 190º 0.17% 0.35% -
HSV(B) 190º 0.29% 0.41% -
XYZ 9.78 11.38 14.78 -
YUV 92.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 74 99 104 0.29 0.05 0 0.59 190 0.17 0.35
Hex 4A 63 68 1D 5 0 3B BE 11 23
Octal 112 143 150 35 5 0 73 276 21 43
Binary 1001010 1100011 1101000 11101 101 0 111011 10111110 10001 100011

Color Harmonies of #4A6368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6368

Black with #4A6368

Text Example


Text Example

White with #4A6368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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