Html Css Color HEX #4B6168 Smalt Blue

📋 copy color: '#4B6168'

red 75 ◦ green 97 ◦ blue 104

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

Shades of Smalt Blue #4B6168

Tints of Smalt Blue #4B6168

RGB

 RED value IS 75 (29.69% from 255) = 27.17%

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

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

R = 27.17%
G = 35.14%
B = 37.68%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4B6168 (or 0x4B6168) is known color: Smalt Blue. HEX triplet: 4B, 61 and 68. RGB value is (75,97,104). Sum of RGB (Red+Green+Blue) = 75+97+104=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B6168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6168 is #B49E97. Grayscale: #5B5B5B. Windows color (decimal): -11837080 or 6840651. OLE color: 6840651.

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

Color convert

RGB 75 97 104 -
CMYK 0.28 0.07 0 0.59
HSL 194.48º 0.16% 0.35% -
HSV(B) 194.48º 0.28% 0.41% -
XYZ 9.68 11.04 14.72 -
YUV 91.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 75 97 104 0.28 0.07 0 0.59 194.48 0.16 0.35
Hex 4B 61 68 1C 7 0 3B C2 10 23
Octal 113 141 150 34 7 0 73 302 20 43
Binary 1001011 1100001 1101000 11100 111 0 111011 11000010 10000 100011

Color Harmonies of #4B6168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6168

Black with #4B6168

Text Example


Text Example

White with #4B6168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,97,104); }

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

background-color css

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

 a { background-color: rgb(75,97,104); }

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

border-color css

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

 span { border-color: rgb(75,97,104); }

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