Html Css Color HEX #415976 Chambray

📋 copy color: '#415976'

red 65 ◦ green 89 ◦ blue 118

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

Shades of Chambray #415976

Tints of Chambray #415976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.72%

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

R = 23.9%
G = 32.72%
B = 43.38%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#415976 (or 0x415976) is known color: Chambray. HEX triplet: 41, 59 and 76. RGB value is (65,89,118). Sum of RGB (Red+Green+Blue) = 65+89+118=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #415976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415976 is #BEA689. Grayscale: #545454. Windows color (decimal): -12494474 or 7756097. OLE color: 7756097.

HSL color Cylindrical-coordinate representation of color #415976: hue angle of 212.83º 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 #415976 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 89 118 -
CMYK 0.45 0.25 0 0.54
HSL 212.83º 0.29% 0.36% -
HSV(B) 212.83º 0.45% 0.46% -
XYZ 9.02 9.58 18.51 -
YUV 85.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 65 89 118 0.45 0.25 0 0.54 212.83 0.29 0.36
Hex 41 59 76 2D 19 0 36 D5 1D 24
Octal 101 131 166 55 31 0 66 325 35 44
Binary 1000001 1011001 1110110 101101 11001 0 110110 11010101 11101 100100

Color Harmonies of #415976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415976

Black with #415976

Text Example


Text Example

White with #415976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415976; }

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

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

background-color css

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

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

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

border-color css

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

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

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