Html Css Color HEX #4D5C8B Chambray

📋 copy color: '#4D5C8B'

red 77 ◦ green 92 ◦ blue 139

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

Shades of Chambray #4D5C8B

Tints of Chambray #4D5C8B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 25%
G = 29.87%
B = 45.13%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D5C8B (or 0x4D5C8B) is known color: Chambray. HEX triplet: 4D, 5C and 8B. RGB value is (77,92,139). Sum of RGB (Red+Green+Blue) = 77+92+139=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D5C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5C8B is #B2A374. Grayscale: #5C5C5C. Windows color (decimal): -11707253 or 9133133. OLE color: 9133133.

HSL color Cylindrical-coordinate representation of color #4D5C8B: hue angle of 225.48º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D5C8B is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 92 139 -
CMYK 0.45 0.34 0 0.45
HSL 225.48º 0.29% 0.42% -
HSV(B) 225.48º 0.45% 0.55% -
XYZ 11.55 11.1 25.96 -
YUV 92.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 77 92 139 0.45 0.34 0 0.45 225.48 0.29 0.42
Hex 4D 5C 8B 2D 22 0 2D E1 1D 2A
Octal 115 134 213 55 42 0 55 341 35 52
Binary 1001101 1011100 10001011 101101 100010 0 101101 11100001 11101 101010

Color Harmonies of #4D5C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5C8B

Black with #4D5C8B

Text Example


Text Example

White with #4D5C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,92,139); }

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

background-color css

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

 a { background-color: rgb(77,92,139); }

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

border-color css

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

 span { border-color: rgb(77,92,139); }

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