Html Css Color HEX #4F627D Chambray

📋 copy color: '#4F627D'

red 79 ◦ green 98 ◦ blue 125

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

Shades of Chambray #4F627D

Tints of Chambray #4F627D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.39%

R = 26.16%
G = 32.45%
B = 41.39%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F627D (or 0x4F627D) is known color: Chambray. HEX triplet: 4F, 62 and 7D. RGB value is (79,98,125). Sum of RGB (Red+Green+Blue) = 79+98+125=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F627D is #B09D82. Grayscale: #5F5F5F. Windows color (decimal): -11574659 or 8217167. OLE color: 8217167.

HSL color Cylindrical-coordinate representation of color #4F627D: hue angle of 215.22º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F627D is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 98 125 -
CMYK 0.37 0.22 0 0.51
HSL 215.22º 0.23% 0.4% -
HSV(B) 215.22º 0.37% 0.49% -
XYZ 11.29 11.88 21.1 -
YUV 95.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 79 98 125 0.37 0.22 0 0.51 215.22 0.23 0.4
Hex 4F 62 7D 25 16 0 33 D7 17 28
Octal 117 142 175 45 26 0 63 327 27 50
Binary 1001111 1100010 1111101 100101 10110 0 110011 11010111 10111 101000

Color Harmonies of #4F627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F627D

Black with #4F627D

Text Example


Text Example

White with #4F627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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