Html Css Color HEX #415476 Chambray

📋 copy color: '#415476'

red 65 ◦ green 84 ◦ blue 118

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

Shades of Chambray #415476

Tints of Chambray #415476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

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

R = 24.34%
G = 31.46%
B = 44.19%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#415476 (or 0x415476) is known color: Chambray. HEX triplet: 41, 54 and 76. RGB value is (65,84,118). Sum of RGB (Red+Green+Blue) = 65+84+118=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #415476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415476 is #BEAB89. Grayscale: #525252. Windows color (decimal): -12495754 or 7754817. OLE color: 7754817.

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

Color convert

RGB 65 84 118 -
CMYK 0.45 0.29 0 0.54
HSL 218.49º 0.29% 0.36% -
HSV(B) 218.49º 0.45% 0.46% -
XYZ 8.62 8.77 18.38 -
YUV 82.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 65 84 118 0.45 0.29 0 0.54 218.49 0.29 0.36
Hex 41 54 76 2D 1D 0 36 DA 1D 24
Octal 101 124 166 55 35 0 66 332 35 44
Binary 1000001 1010100 1110110 101101 11101 0 110110 11011010 11101 100100

Color Harmonies of #415476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415476

Black with #415476

Text Example


Text Example

White with #415476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415476; }

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

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

background-color css

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

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

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

border-color css

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

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

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