Html Css Color HEX #415475 Chambray

📋 copy color: '#415475'

red 65 ◦ green 84 ◦ blue 117

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

Shades of Chambray #415475

Tints of Chambray #415475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.98%

R = 24.44%
G = 31.58%
B = 43.98%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#415475 (or 0x415475) is known color: Chambray. HEX triplet: 41, 54 and 75. RGB value is (65,84,117). Sum of RGB (Red+Green+Blue) = 65+84+117=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #415475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415475 is #BEAB8A. Grayscale: #515151. Windows color (decimal): -12495755 or 7689281. OLE color: 7689281.

HSL color Cylindrical-coordinate representation of color #415475: hue angle of 218.08º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #415475 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 84 117 -
CMYK 0.44 0.28 0 0.54
HSL 218.08º 0.29% 0.36% -
HSV(B) 218.08º 0.44% 0.46% -
XYZ 8.56 8.75 18.07 -
YUV 82.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 65 84 117 0.44 0.28 0 0.54 218.08 0.29 0.36
Hex 41 54 75 2C 1C 0 36 DA 1D 24
Octal 101 124 165 54 34 0 66 332 35 44
Binary 1000001 1010100 1110101 101100 11100 0 110110 11011010 11101 100100

Color Harmonies of #415475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415475

Black with #415475

Text Example


Text Example

White with #415475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415475; }

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

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

background-color css

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

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

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

border-color css

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

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

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