Html Css Color HEX #41566C Chambray

📋 copy color: '#41566C'

red 65 ◦ green 86 ◦ blue 108

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

Shades of Chambray #41566C

Tints of Chambray #41566C

RGB

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

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

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

R = 25.1%
G = 33.2%
B = 41.7%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41566C (or 0x41566C) is known color: Chambray. HEX triplet: 41, 56 and 6C. RGB value is (65,86,108). Sum of RGB (Red+Green+Blue) = 65+86+108=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #41566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41566C is #BEA993. Grayscale: #525252. Windows color (decimal): -12495252 or 7099969. OLE color: 7099969.

HSL color Cylindrical-coordinate representation of color #41566C: hue angle of 210.7º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41566C is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 86 108 -
CMYK 0.40 0.20 0 0.58
HSL 210.7º 0.25% 0.34% -
HSV(B) 210.7º 0.4% 0.42% -
XYZ 8.21 8.86 15.46 -
YUV 82.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 65 86 108 0.40 0.20 0 0.58 210.7 0.25 0.34
Hex 41 56 6C 28 14 0 3A D3 19 22
Octal 101 126 154 50 24 0 72 323 31 42
Binary 1000001 1010110 1101100 101000 10100 0 111010 11010011 11001 100010

Color Harmonies of #41566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41566C

Black with #41566C

Text Example


Text Example

White with #41566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,86,108); }

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

background-color css

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

 a { background-color: rgb(65,86,108); }

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

border-color css

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

 span { border-color: rgb(65,86,108); }

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