Html Css Color HEX #415A76 Chambray

📋 copy color: '#415A76'

red 65 ◦ green 90 ◦ blue 118

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

Shades of Chambray #415A76

Tints of Chambray #415A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.97%

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

R = 23.81%
G = 32.97%
B = 43.22%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#415A76 (or 0x415A76) is known color: Chambray. HEX triplet: 41, 5A and 76. RGB value is (65,90,118). Sum of RGB (Red+Green+Blue) = 65+90+118=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #415A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A76 is #BEA589. Grayscale: #555555. Windows color (decimal): -12494218 or 7756353. OLE color: 7756353.

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

Color convert

RGB 65 90 118 -
CMYK 0.45 0.24 0 0.54
HSL 211.7º 0.29% 0.36% -
HSV(B) 211.7º 0.45% 0.46% -
XYZ 9.11 9.74 18.54 -
YUV 85.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 65 90 118 0.45 0.24 0 0.54 211.7 0.29 0.36
Hex 41 5A 76 2D 18 0 36 D4 1D 24
Octal 101 132 166 55 30 0 66 324 35 44
Binary 1000001 1011010 1110110 101101 11000 0 110110 11010100 11101 100100

Color Harmonies of #415A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A76

Black with #415A76

Text Example


Text Example

White with #415A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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