Html Css Color HEX #4E627D Chambray

📋 copy color: '#4E627D'

red 78 ◦ green 98 ◦ blue 125

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

Shades of Chambray #4E627D

Tints of Chambray #4E627D

RGB

 RED value IS 78 (30.86% from 255) = 25.91%

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

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

R = 25.91%
G = 32.56%
B = 41.53%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E627D (or 0x4E627D) is known color: Chambray. HEX triplet: 4E, 62 and 7D. RGB value is (78,98,125). Sum of RGB (Red+Green+Blue) = 78+98+125=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E627D is #B19D82. Grayscale: #5E5E5E. Windows color (decimal): -11640195 or 8217166. OLE color: 8217166.

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

Color convert

RGB 78 98 125 -
CMYK 0.38 0.22 0 0.51
HSL 214.47º 0.23% 0.4% -
HSV(B) 214.47º 0.38% 0.49% -
XYZ 11.21 11.84 21.1 -
YUV 95.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 78 98 125 0.38 0.22 0 0.51 214.47 0.23 0.4
Hex 4E 62 7D 26 16 0 33 D6 17 28
Octal 116 142 175 46 26 0 63 326 27 50
Binary 1001110 1100010 1111101 100110 10110 0 110011 11010110 10111 101000

Color Harmonies of #4E627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E627D

Black with #4E627D

Text Example


Text Example

White with #4E627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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