Html Css Color HEX #4F5C72 Chambray

📋 copy color: '#4F5C72'

red 79 ◦ green 92 ◦ blue 114

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

Shades of Chambray #4F5C72

Tints of Chambray #4F5C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

 BLUE value IS 114 (44.92% from 255) = 40%

R = 27.72%
G = 32.28%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F5C72 (or 0x4F5C72) is known color: Chambray. HEX triplet: 4F, 5C and 72. RGB value is (79,92,114). Sum of RGB (Red+Green+Blue) = 79+92+114=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F5C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5C72 is #B0A38D. Grayscale: #5A5A5A. Windows color (decimal): -11576206 or 7494735. OLE color: 7494735.

HSL color Cylindrical-coordinate representation of color #4F5C72: hue angle of 217.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F5C72 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 92 114 -
CMYK 0.31 0.19 0 0.55
HSL 217.71º 0.18% 0.38% -
HSV(B) 217.71º 0.31% 0.45% -
XYZ 10.09 10.53 17.42 -
YUV 90.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 79 92 114 0.31 0.19 0 0.55 217.71 0.18 0.38
Hex 4F 5C 72 1F 13 0 37 DA 12 26
Octal 117 134 162 37 23 0 67 332 22 46
Binary 1001111 1011100 1110010 11111 10011 0 110111 11011010 10010 100110

Color Harmonies of #4F5C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5C72

Black with #4F5C72

Text Example


Text Example

White with #4F5C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,92,114); }

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

background-color css

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

 a { background-color: rgb(79,92,114); }

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

border-color css

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

 span { border-color: rgb(79,92,114); }

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