Html Css Color HEX #4C5E7D Chambray

📋 copy color: '#4C5E7D'

red 76 ◦ green 94 ◦ blue 125

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

Shades of Chambray #4C5E7D

Tints of Chambray #4C5E7D

RGB

 RED value IS 76 (30.08% from 255) = 25.76%

 GREEN value IS 94 (37.11% from 255) = 31.86%

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

R = 25.76%
G = 31.86%
B = 42.37%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C5E7D (or 0x4C5E7D) is known color: Chambray. HEX triplet: 4C, 5E and 7D. RGB value is (76,94,125). Sum of RGB (Red+Green+Blue) = 76+94+125=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C5E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5E7D is #B3A182. Grayscale: #5C5C5C. Windows color (decimal): -11772291 or 8216140. OLE color: 8216140.

HSL color Cylindrical-coordinate representation of color #4C5E7D: hue angle of 217.96º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C5E7D is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 94 125 -
CMYK 0.39 0.25 0 0.51
HSL 217.96º 0.24% 0.39% -
HSV(B) 217.96º 0.39% 0.49% -
XYZ 10.68 11.02 20.97 -
YUV 92.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 76 94 125 0.39 0.25 0 0.51 217.96 0.24 0.39
Hex 4C 5E 7D 27 19 0 33 DA 18 27
Octal 114 136 175 47 31 0 63 332 30 47
Binary 1001100 1011110 1111101 100111 11001 0 110011 11011010 11000 100111

Color Harmonies of #4C5E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5E7D

Black with #4C5E7D

Text Example


Text Example

White with #4C5E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,94,125); }

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

background-color css

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

 a { background-color: rgb(76,94,125); }

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

border-color css

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

 span { border-color: rgb(76,94,125); }

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