Html Css Color HEX #40546C Chambray

📋 copy color: '#40546C'

red 64 ◦ green 84 ◦ blue 108

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

Shades of Chambray #40546C

Tints of Chambray #40546C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 25%
G = 32.81%
B = 42.19%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40546C (or 0x40546C) is known color: Chambray. HEX triplet: 40, 54 and 6C. RGB value is (64,84,108). Sum of RGB (Red+Green+Blue) = 64+84+108=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #40546C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40546C is #BFAB93. Grayscale: #505050. Windows color (decimal): -12561300 or 7099456. OLE color: 7099456.

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

Color convert

RGB 64 84 108 -
CMYK 0.41 0.22 0 0.58
HSL 212.73º 0.26% 0.34% -
HSV(B) 212.73º 0.41% 0.42% -
XYZ 7.99 8.51 15.41 -
YUV 80.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 64 84 108 0.41 0.22 0 0.58 212.73 0.26 0.34
Hex 40 54 6C 29 16 0 3A D5 1A 22
Octal 100 124 154 51 26 0 72 325 32 42
Binary 1000000 1010100 1101100 101001 10110 0 111010 11010101 11010 100010

Color Harmonies of #40546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40546C

Black with #40546C

Text Example


Text Example

White with #40546C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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