Html Css Color HEX #40567E Chambray

📋 copy color: '#40567E'

red 64 ◦ green 86 ◦ blue 126

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

Shades of Chambray #40567E

Tints of Chambray #40567E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.16%

 BLUE value IS 126 (49.61% from 255) = 45.65%

R = 23.19%
G = 31.16%
B = 45.65%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40567E (or 0x40567E) is known color: Chambray. HEX triplet: 40, 56 and 7E. RGB value is (64,86,126). Sum of RGB (Red+Green+Blue) = 64+86+126=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #40567E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40567E is #BFA981. Grayscale: #535353. Windows color (decimal): -12560770 or 8279616. OLE color: 8279616.

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

Color convert

RGB 64 86 126 -
CMYK 0.49 0.32 0 0.51
HSL 218.71º 0.33% 0.37% -
HSV(B) 218.71º 0.49% 0.49% -
XYZ 9.21 9.25 21.04 -
YUV 83.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 64 86 126 0.49 0.32 0 0.51 218.71 0.33 0.37
Hex 40 56 7E 31 20 0 33 DB 21 25
Octal 100 126 176 61 40 0 63 333 41 45
Binary 1000000 1010110 1111110 110001 100000 0 110011 11011011 100001 100101

Color Harmonies of #40567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40567E

Black with #40567E

Text Example


Text Example

White with #40567E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40567E; }

 p { color: rgb(64,86,126); }

 H1.HeaderClassName
 {
   color: #40567E;
 }
 .AnyTagClassName
 {
   color: #40567E;
 }
</style>

background-color css

<style>
 a { background-color: #40567E; }

 a { background-color: rgb(64,86,126); }

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

border-color css

<style>
 span { border-color: #40567E; }

 span { border-color: rgb(64,86,126); }

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