Html Css Color HEX #4F656B Smalt Blue

📋 copy color: '#4F656B'

red 79 ◦ green 101 ◦ blue 107

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

Shades of Smalt Blue #4F656B

Tints of Smalt Blue #4F656B

RGB

 RED value IS 79 (31.25% from 255) = 27.53%

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

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 27.53%
G = 35.19%
B = 37.28%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F656B (or 0x4F656B) is known color: Smalt Blue. HEX triplet: 4F, 65 and 6B. RGB value is (79,101,107). Sum of RGB (Red+Green+Blue) = 79+101+107=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F656B is #B09A94. Grayscale: #5F5F5F. Windows color (decimal): -11573909 or 7038287. OLE color: 7038287.

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

Color convert

RGB 79 101 107 -
CMYK 0.26 0.06 0 0.58
HSL 192.86º 0.15% 0.36% -
HSV(B) 192.86º 0.26% 0.42% -
XYZ 10.53 12.03 15.68 -
YUV 95.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 79 101 107 0.26 0.06 0 0.58 192.86 0.15 0.36
Hex 4F 65 6B 1A 6 0 3A C1 F 24
Octal 117 145 153 32 6 0 72 301 17 44
Binary 1001111 1100101 1101011 11010 110 0 111010 11000001 1111 100100

Color Harmonies of #4F656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F656B

Black with #4F656B

Text Example


Text Example

White with #4F656B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,101,107); }

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

background-color css

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

 a { background-color: rgb(79,101,107); }

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

border-color css

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

 span { border-color: rgb(79,101,107); }

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