Html Css Color HEX #4F5E70 Chambray

📋 copy color: '#4F5E70'

red 79 ◦ green 94 ◦ blue 112

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

Shades of Chambray #4F5E70

Tints of Chambray #4F5E70

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.98%

 BLUE value IS 112 (44.14% from 255) = 39.3%

R = 27.72%
G = 32.98%
B = 39.3%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F5E70 (or 0x4F5E70) is known color: Chambray. HEX triplet: 4F, 5E and 70. RGB value is (79,94,112). Sum of RGB (Red+Green+Blue) = 79+94+112=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F5E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5E70 is #B0A18F. Grayscale: #5B5B5B. Windows color (decimal): -11575696 or 7364175. OLE color: 7364175.

HSL color Cylindrical-coordinate representation of color #4F5E70: hue angle of 212.73º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F5E70 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 94 112 -
CMYK 0.29 0.16 0 0.56
HSL 212.73º 0.17% 0.37% -
HSV(B) 212.73º 0.29% 0.44% -
XYZ 10.15 10.84 16.89 -
YUV 91.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 79 94 112 0.29 0.16 0 0.56 212.73 0.17 0.37
Hex 4F 5E 70 1D 10 0 38 D5 11 25
Octal 117 136 160 35 20 0 70 325 21 45
Binary 1001111 1011110 1110000 11101 10000 0 111000 11010101 10001 100101

Color Harmonies of #4F5E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5E70

Black with #4F5E70

Text Example


Text Example

White with #4F5E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,94,112); }

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

background-color css

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

 a { background-color: rgb(79,94,112); }

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

border-color css

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

 span { border-color: rgb(79,94,112); }

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