Html Css Color HEX #41546D Chambray

📋 copy color: '#41546D'

red 65 ◦ green 84 ◦ blue 109

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

Shades of Chambray #41546D

Tints of Chambray #41546D

RGB

 RED value IS 65 (25.78% from 255) = 25.19%

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

 BLUE value IS 109 (42.97% from 255) = 42.25%

R = 25.19%
G = 32.56%
B = 42.25%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41546D (or 0x41546D) is known color: Chambray. HEX triplet: 41, 54 and 6D. RGB value is (65,84,109). Sum of RGB (Red+Green+Blue) = 65+84+109=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #41546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41546D is #BEAB92. Grayscale: #515151. Windows color (decimal): -12495763 or 7164993. OLE color: 7164993.

HSL color Cylindrical-coordinate representation of color #41546D: hue angle of 214.09º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41546D is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 84 109 -
CMYK 0.40 0.23 0 0.57
HSL 214.09º 0.25% 0.34% -
HSV(B) 214.09º 0.4% 0.43% -
XYZ 8.11 8.57 15.69 -
YUV 81.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 65 84 109 0.40 0.23 0 0.57 214.09 0.25 0.34
Hex 41 54 6D 28 17 0 39 D6 19 22
Octal 101 124 155 50 27 0 71 326 31 42
Binary 1000001 1010100 1101101 101000 10111 0 111001 11010110 11001 100010

Color Harmonies of #41546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41546D

Black with #41546D

Text Example


Text Example

White with #41546D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41546D; }

 p { color: rgb(65,84,109); }

 H1.HeaderClassName
 {
   color: #41546D;
 }
 .AnyTagClassName
 {
   color: #41546D;
 }
</style>

background-color css

<style>
 a { background-color: #41546D; }

 a { background-color: rgb(65,84,109); }

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

border-color css

<style>
 span { border-color: #41546D; }

 span { border-color: rgb(65,84,109); }

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