Html Css Color HEX #4E5784 Chambray

📋 copy color: '#4E5784'

red 78 ◦ green 87 ◦ blue 132

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

Shades of Chambray #4E5784

Tints of Chambray #4E5784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.29%

 BLUE value IS 132 (51.95% from 255) = 44.44%

R = 26.26%
G = 29.29%
B = 44.44%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4E5784 (or 0x4E5784) is known color: Chambray. HEX triplet: 4E, 57 and 84. RGB value is (78,87,132). Sum of RGB (Red+Green+Blue) = 78+87+132=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E5784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5784 is #B1A87B. Grayscale: #595959. Windows color (decimal): -11643004 or 8673102. OLE color: 8673102.

HSL color Cylindrical-coordinate representation of color #4E5784: hue angle of 230º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E5784 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 78 87 132 -
CMYK 0.41 0.34 0 0.48
HSL 230º 0.26% 0.41% -
HSV(B) 230º 0.41% 0.52% -
XYZ 10.71 10.1 23.21 -
YUV 89.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 78 87 132 0.41 0.34 0 0.48 230 0.26 0.41
Hex 4E 57 84 29 22 0 30 E6 1A 29
Octal 116 127 204 51 42 0 60 346 32 51
Binary 1001110 1010111 10000100 101001 100010 0 110000 11100110 11010 101001

Color Harmonies of #4E5784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5784

Black with #4E5784

Text Example


Text Example

White with #4E5784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,87,132); }

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

background-color css

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

 a { background-color: rgb(78,87,132); }

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

border-color css

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

 span { border-color: rgb(78,87,132); }

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