Html Css Color HEX #415974 Chambray

📋 copy color: '#415974'

red 65 ◦ green 89 ◦ blue 116

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

Shades of Chambray #415974

Tints of Chambray #415974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 24.07%
G = 32.96%
B = 42.96%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415974 (or 0x415974) is known color: Chambray. HEX triplet: 41, 59 and 74. RGB value is (65,89,116). Sum of RGB (Red+Green+Blue) = 65+89+116=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #415974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415974 is #BEA68B. Grayscale: #545454. Windows color (decimal): -12494476 or 7625025. OLE color: 7625025.

HSL color Cylindrical-coordinate representation of color #415974: hue angle of 211.76º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #415974 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 89 116 -
CMYK 0.44 0.23 0 0.55
HSL 211.76º 0.28% 0.35% -
HSV(B) 211.76º 0.44% 0.45% -
XYZ 8.9 9.53 17.89 -
YUV 84.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 65 89 116 0.44 0.23 0 0.55 211.76 0.28 0.35
Hex 41 59 74 2C 17 0 37 D4 1C 23
Octal 101 131 164 54 27 0 67 324 34 43
Binary 1000001 1011001 1110100 101100 10111 0 110111 11010100 11100 100011

Color Harmonies of #415974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415974

Black with #415974

Text Example


Text Example

White with #415974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415974; }

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

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

background-color css

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

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

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

border-color css

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

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

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