Html Css Color HEX #4D5A7F Chambray

📋 copy color: '#4D5A7F'

red 77 ◦ green 90 ◦ blue 127

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

Shades of Chambray #4D5A7F

Tints of Chambray #4D5A7F

RGB

 RED value IS 77 (30.47% from 255) = 26.19%

 GREEN value IS 90 (35.55% from 255) = 30.61%

 BLUE value IS 127 (50% from 255) = 43.2%

R = 26.19%
G = 30.61%
B = 43.2%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D5A7F (or 0x4D5A7F) is known color: Chambray. HEX triplet: 4D, 5A and 7F. RGB value is (77,90,127). Sum of RGB (Red+Green+Blue) = 77+90+127=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D5A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5A7F is #B2A580. Grayscale: #5A5A5A. Windows color (decimal): -11707777 or 8346189. OLE color: 8346189.

HSL color Cylindrical-coordinate representation of color #4D5A7F: hue angle of 224.4º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D5A7F is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 90 127 -
CMYK 0.39 0.29 0 0.50
HSL 224.4º 0.25% 0.4% -
HSV(B) 224.4º 0.39% 0.5% -
XYZ 10.55 10.42 21.53 -
YUV 90.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 77 90 127 0.39 0.29 0 0.50 224.4 0.25 0.4
Hex 4D 5A 7F 27 1D 0 32 E0 19 28
Octal 115 132 177 47 35 0 62 340 31 50
Binary 1001101 1011010 1111111 100111 11101 0 110010 11100000 11001 101000

Color Harmonies of #4D5A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5A7F

Black with #4D5A7F

Text Example


Text Example

White with #4D5A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,90,127); }

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

background-color css

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

 a { background-color: rgb(77,90,127); }

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

border-color css

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

 span { border-color: rgb(77,90,127); }

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