Html Css Color HEX #40547C Chambray

📋 copy color: '#40547C'

red 64 ◦ green 84 ◦ blue 124

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

Shades of Chambray #40547C

Tints of Chambray #40547C

RGB

 RED value IS 64 (25.39% from 255) = 23.53%

 GREEN value IS 84 (33.2% from 255) = 30.88%

 BLUE value IS 124 (48.83% from 255) = 45.59%

R = 23.53%
G = 30.88%
B = 45.59%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40547C (or 0x40547C) is known color: Chambray. HEX triplet: 40, 54 and 7C. RGB value is (64,84,124). Sum of RGB (Red+Green+Blue) = 64+84+124=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #40547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40547C is #BFAB83. Grayscale: #525252. Windows color (decimal): -12561284 or 8148032. OLE color: 8148032.

HSL color Cylindrical-coordinate representation of color #40547C: hue angle of 220º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40547C is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 84 124 -
CMYK 0.48 0.32 0 0.51
HSL 220º 0.32% 0.37% -
HSV(B) 220º 0.48% 0.49% -
XYZ 8.92 8.89 20.31 -
YUV 82.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 64 84 124 0.48 0.32 0 0.51 220 0.32 0.37
Hex 40 54 7C 30 20 0 33 DC 20 25
Octal 100 124 174 60 40 0 63 334 40 45
Binary 1000000 1010100 1111100 110000 100000 0 110011 11011100 100000 100101

Color Harmonies of #40547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40547C

Black with #40547C

Text Example


Text Example

White with #40547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40547C; }

 p { color: rgb(64,84,124); }

 H1.HeaderClassName
 {
   color: #40547C;
 }
 .AnyTagClassName
 {
   color: #40547C;
 }
</style>

background-color css

<style>
 a { background-color: #40547C; }

 a { background-color: rgb(64,84,124); }

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

border-color css

<style>
 span { border-color: #40547C; }

 span { border-color: rgb(64,84,124); }

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