Html Css Color HEX #415977 Chambray

📋 copy color: '#415977'

red 65 ◦ green 89 ◦ blue 119

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

Shades of Chambray #415977

Tints of Chambray #415977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.59%

R = 23.81%
G = 32.6%
B = 43.59%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#415977 (or 0x415977) is known color: Chambray. HEX triplet: 41, 59 and 77. RGB value is (65,89,119). Sum of RGB (Red+Green+Blue) = 65+89+119=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #415977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415977 is #BEA688. Grayscale: #555555. Windows color (decimal): -12494473 or 7821633. OLE color: 7821633.

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

Color convert

RGB 65 89 119 -
CMYK 0.45 0.25 0 0.53
HSL 213.33º 0.29% 0.36% -
HSV(B) 213.33º 0.45% 0.47% -
XYZ 9.08 9.6 18.83 -
YUV 85.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 65 89 119 0.45 0.25 0 0.53 213.33 0.29 0.36
Hex 41 59 77 2D 19 0 35 D5 1D 24
Octal 101 131 167 55 31 0 65 325 35 44
Binary 1000001 1011001 1110111 101101 11001 0 110101 11010101 11101 100100

Color Harmonies of #415977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415977

Black with #415977

Text Example


Text Example

White with #415977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415977; }

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

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

background-color css

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

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

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

border-color css

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

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

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