Html Css Color HEX #415478 Chambray

📋 copy color: '#415478'

red 65 ◦ green 84 ◦ blue 120

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

Shades of Chambray #415478

Tints of Chambray #415478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.61%

R = 24.16%
G = 31.23%
B = 44.61%

CMYK

 C value IS 0.46

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#415478 (or 0x415478) is known color: Chambray. HEX triplet: 41, 54 and 78. RGB value is (65,84,120). Sum of RGB (Red+Green+Blue) = 65+84+120=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #415478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415478 is #BEAB87. Grayscale: #525252. Windows color (decimal): -12495752 or 7885889. OLE color: 7885889.

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

Color convert

RGB 65 84 120 -
CMYK 0.46 0.3 0 0.53
HSL 219.27º 0.3% 0.36% -
HSV(B) 219.27º 0.46% 0.47% -
XYZ 8.74 8.82 19.01 -
YUV 82.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 65 84 120 0.46 0.3 0 0.53 219.27 0.3 0.36
Hex 41 54 78 2E 1E 0 35 DB 1E 24
Octal 101 124 170 56 36 0 65 333 36 44
Binary 1000001 1010100 1111000 101110 11110 0 110101 11011011 11110 100100

Color Harmonies of #415478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415478

Black with #415478

Text Example


Text Example

White with #415478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415478; }

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

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

background-color css

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

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

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

border-color css

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

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

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