Html Css Color HEX #4C6367 Smalt Blue

📋 copy color: '#4C6367'

red 76 ◦ green 99 ◦ blue 103

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

Shades of Smalt Blue #4C6367

Tints of Smalt Blue #4C6367

RGB

 RED value IS 76 (30.08% from 255) = 27.34%

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

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

R = 27.34%
G = 35.61%
B = 37.05%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4C6367 (or 0x4C6367) is known color: Smalt Blue. HEX triplet: 4C, 63 and 67. RGB value is (76,99,103). Sum of RGB (Red+Green+Blue) = 76+99+103=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C6367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6367 is #B39C98. Grayscale: #5C5C5C. Windows color (decimal): -11771033 or 6775628. OLE color: 6775628.

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

Color convert

RGB 76 99 103 -
CMYK 0.26 0.04 0 0.60
HSL 188.89º 0.15% 0.35% -
HSV(B) 188.89º 0.26% 0.4% -
XYZ 9.89 11.44 14.52 -
YUV 92.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 76 99 103 0.26 0.04 0 0.60 188.89 0.15 0.35
Hex 4C 63 67 1A 4 0 3C BD F 23
Octal 114 143 147 32 4 0 74 275 17 43
Binary 1001100 1100011 1100111 11010 100 0 111100 10111101 1111 100011

Color Harmonies of #4C6367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6367

Black with #4C6367

Text Example


Text Example

White with #4C6367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,99,103); }

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

background-color css

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

 a { background-color: rgb(76,99,103); }

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

border-color css

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

 span { border-color: rgb(76,99,103); }

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