Html Css Color HEX #40566E Chambray

📋 copy color: '#40566E'

red 64 ◦ green 86 ◦ blue 110

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

Shades of Chambray #40566E

Tints of Chambray #40566E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 24.62%
G = 33.08%
B = 42.31%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40566E (or 0x40566E) is known color: Chambray. HEX triplet: 40, 56 and 6E. RGB value is (64,86,110). Sum of RGB (Red+Green+Blue) = 64+86+110=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 110 - color contains mainly: blue. Hex color #40566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40566E is #BFA991. Grayscale: #525252. Windows color (decimal): -12560786 or 7231040. OLE color: 7231040.

HSL color Cylindrical-coordinate representation of color #40566E: hue angle of 211.3º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40566E is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 86 110 -
CMYK 0.42 0.22 0 0.57
HSL 211.3º 0.26% 0.34% -
HSV(B) 211.3º 0.42% 0.43% -
XYZ 8.26 8.87 16.03 -
YUV 82.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 64 86 110 0.42 0.22 0 0.57 211.3 0.26 0.34
Hex 40 56 6E 2A 16 0 39 D3 1A 22
Octal 100 126 156 52 26 0 71 323 32 42
Binary 1000000 1010110 1101110 101010 10110 0 111001 11010011 11010 100010

Color Harmonies of #40566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40566E

Black with #40566E

Text Example


Text Example

White with #40566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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