Html Css Color HEX #415B76 Chambray

📋 copy color: '#415B76'

red 65 ◦ green 91 ◦ blue 118

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

Shades of Chambray #415B76

Tints of Chambray #415B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.21%

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

R = 23.72%
G = 33.21%
B = 43.07%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#415B76 (or 0x415B76) is known color: Chambray. HEX triplet: 41, 5B and 76. RGB value is (65,91,118). Sum of RGB (Red+Green+Blue) = 65+91+118=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #415B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B76 is #BEA489. Grayscale: #565656. Windows color (decimal): -12493962 or 7756609. OLE color: 7756609.

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

Color convert

RGB 65 91 118 -
CMYK 0.45 0.23 0 0.54
HSL 210.57º 0.29% 0.36% -
HSV(B) 210.57º 0.45% 0.46% -
XYZ 9.19 9.91 18.57 -
YUV 86.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 65 91 118 0.45 0.23 0 0.54 210.57 0.29 0.36
Hex 41 5B 76 2D 17 0 36 D3 1D 24
Octal 101 133 166 55 27 0 66 323 35 44
Binary 1000001 1011011 1110110 101101 10111 0 110110 11010011 11101 100100

Color Harmonies of #415B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B76

Black with #415B76

Text Example


Text Example

White with #415B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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