Html Css Color HEX #415978 Chambray

📋 copy color: '#415978'

red 65 ◦ green 89 ◦ blue 120

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

Shades of Chambray #415978

Tints of Chambray #415978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 23.72%
G = 32.48%
B = 43.8%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#415978 (or 0x415978) is known color: Chambray. HEX triplet: 41, 59 and 78. RGB value is (65,89,120). Sum of RGB (Red+Green+Blue) = 65+89+120=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #415978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415978 is #BEA687. Grayscale: #555555. Windows color (decimal): -12494472 or 7887169. OLE color: 7887169.

HSL color Cylindrical-coordinate representation of color #415978: hue angle of 213.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #415978 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 89 120 -
CMYK 0.46 0.26 0 0.53
HSL 213.82º 0.3% 0.36% -
HSV(B) 213.82º 0.46% 0.47% -
XYZ 9.14 9.62 19.15 -
YUV 85.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 65 89 120 0.46 0.26 0 0.53 213.82 0.3 0.36
Hex 41 59 78 2E 1A 0 35 D6 1E 24
Octal 101 131 170 56 32 0 65 326 36 44
Binary 1000001 1011001 1111000 101110 11010 0 110101 11010110 11110 100100

Color Harmonies of #415978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415978

Black with #415978

Text Example


Text Example

White with #415978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415978; }

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

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

background-color css

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

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

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

border-color css

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

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

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