Html Css Color HEX #40567A Chambray

📋 copy color: '#40567A'

red 64 ◦ green 86 ◦ blue 122

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

Shades of Chambray #40567A

Tints of Chambray #40567A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.85%

R = 23.53%
G = 31.62%
B = 44.85%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40567A (or 0x40567A) is known color: Chambray. HEX triplet: 40, 56 and 7A. RGB value is (64,86,122). Sum of RGB (Red+Green+Blue) = 64+86+122=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #40567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40567A is #BFA985. Grayscale: #535353. Windows color (decimal): -12560774 or 8017472. OLE color: 8017472.

HSL color Cylindrical-coordinate representation of color #40567A: hue angle of 217.24º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40567A is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 86 122 -
CMYK 0.48 0.30 0 0.52
HSL 217.24º 0.31% 0.36% -
HSV(B) 217.24º 0.48% 0.48% -
XYZ 8.95 9.15 19.71 -
YUV 83.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 64 86 122 0.48 0.30 0 0.52 217.24 0.31 0.36
Hex 40 56 7A 30 1E 0 34 D9 1F 24
Octal 100 126 172 60 36 0 64 331 37 44
Binary 1000000 1010110 1111010 110000 11110 0 110100 11011001 11111 100100

Color Harmonies of #40567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40567A

Black with #40567A

Text Example


Text Example

White with #40567A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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