Html Css Color HEX #415576 Chambray

📋 copy color: '#415576'

red 65 ◦ green 85 ◦ blue 118

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

Shades of Chambray #415576

Tints of Chambray #415576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.72%

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 24.25%
G = 31.72%
B = 44.03%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#415576 (or 0x415576) is known color: Chambray. HEX triplet: 41, 55 and 76. RGB value is (65,85,118). Sum of RGB (Red+Green+Blue) = 65+85+118=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #415576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415576 is #BEAA89. Grayscale: #525252. Windows color (decimal): -12495498 or 7755073. OLE color: 7755073.

HSL color Cylindrical-coordinate representation of color #415576: hue angle of 217.36º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #415576 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 85 118 -
CMYK 0.45 0.28 0 0.54
HSL 217.36º 0.29% 0.36% -
HSV(B) 217.36º 0.45% 0.46% -
XYZ 8.7 8.93 18.4 -
YUV 82.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 65 85 118 0.45 0.28 0 0.54 217.36 0.29 0.36
Hex 41 55 76 2D 1C 0 36 D9 1D 24
Octal 101 125 166 55 34 0 66 331 35 44
Binary 1000001 1010101 1110110 101101 11100 0 110110 11011001 11101 100100

Color Harmonies of #415576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415576

Black with #415576

Text Example


Text Example

White with #415576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415576; }

 p { color: rgb(65,85,118); }

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

background-color css

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

 a { background-color: rgb(65,85,118); }

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

border-color css

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

 span { border-color: rgb(65,85,118); }

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