Html Css Color HEX #4F6266 Smalt Blue

📋 copy color: '#4F6266'

red 79 ◦ green 98 ◦ blue 102

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

Shades of Smalt Blue #4F6266

Tints of Smalt Blue #4F6266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

 BLUE value IS 102 (40.23% from 255) = 36.56%

R = 28.32%
G = 35.13%
B = 36.56%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#4F6266 (or 0x4F6266) is known color: Smalt Blue. HEX triplet: 4F, 62 and 66. RGB value is (79,98,102). Sum of RGB (Red+Green+Blue) = 79+98+102=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 102 - color contains mainly: blue. Hex color #4F6266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6266 is #B09D99. Grayscale: #5C5C5C. Windows color (decimal): -11574682 or 6709839. OLE color: 6709839.

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

Color convert

RGB 79 98 102 -
CMYK 0.23 0.04 0 0.6
HSL 190.43º 0.13% 0.35% -
HSV(B) 190.43º 0.23% 0.4% -
XYZ 9.99 11.36 14.24 -
YUV 92.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 79 98 102 0.23 0.04 0 0.6 190.43 0.13 0.35
Hex 4F 62 66 17 4 0 3C BE D 23
Octal 117 142 146 27 4 0 74 276 15 43
Binary 1001111 1100010 1100110 10111 100 0 111100 10111110 1101 100011

Color Harmonies of #4F6266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6266

Black with #4F6266

Text Example


Text Example

White with #4F6266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,98,102); }

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

background-color css

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

 a { background-color: rgb(79,98,102); }

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

border-color css

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

 span { border-color: rgb(79,98,102); }

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