Html Css Color HEX #4E5B6F Chambray

📋 copy color: '#4E5B6F'

red 78 ◦ green 91 ◦ blue 111

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

Shades of Chambray #4E5B6F

Tints of Chambray #4E5B6F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.5%

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 27.86%
G = 32.5%
B = 39.64%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E5B6F (or 0x4E5B6F) is known color: Chambray. HEX triplet: 4E, 5B and 6F. RGB value is (78,91,111). Sum of RGB (Red+Green+Blue) = 78+91+111=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E5B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5B6F is #B1A490. Grayscale: #595959. Windows color (decimal): -11642001 or 7297870. OLE color: 7297870.

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

Color convert

RGB 78 91 111 -
CMYK 0.30 0.18 0 0.56
HSL 216.36º 0.17% 0.37% -
HSV(B) 216.36º 0.3% 0.44% -
XYZ 9.75 10.25 16.5 -
YUV 89.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 78 91 111 0.30 0.18 0 0.56 216.36 0.17 0.37
Hex 4E 5B 6F 1E 12 0 38 D8 11 25
Octal 116 133 157 36 22 0 70 330 21 45
Binary 1001110 1011011 1101111 11110 10010 0 111000 11011000 10001 100101

Color Harmonies of #4E5B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5B6F

Black with #4E5B6F

Text Example


Text Example

White with #4E5B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,91,111); }

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

background-color css

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

 a { background-color: rgb(78,91,111); }

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

border-color css

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

 span { border-color: rgb(78,91,111); }

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