Html Css Color HEX #415782 Chambray

📋 copy color: '#415782'

red 65 ◦ green 87 ◦ blue 130

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

Shades of Chambray #415782

Tints of Chambray #415782

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.85%

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 23.05%
G = 30.85%
B = 46.1%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415782 (or 0x415782) is known color: Chambray. HEX triplet: 41, 57 and 82. RGB value is (65,87,130). Sum of RGB (Red+Green+Blue) = 65+87+130=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #415782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415782 is #BEA87D. Grayscale: #555555. Windows color (decimal): -12494974 or 8542017. OLE color: 8542017.

HSL color Cylindrical-coordinate representation of color #415782: hue angle of 219.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #415782 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 87 130 -
CMYK 0.50 0.33 0 0.49
HSL 219.69º 0.33% 0.38% -
HSV(B) 219.69º 0.5% 0.51% -
XYZ 9.62 9.55 22.46 -
YUV 85.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 65 87 130 0.50 0.33 0 0.49 219.69 0.33 0.38
Hex 41 57 82 32 21 0 31 DC 21 26
Octal 101 127 202 62 41 0 61 334 41 46
Binary 1000001 1010111 10000010 110010 100001 0 110001 11011100 100001 100110

Color Harmonies of #415782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415782

Black with #415782

Text Example


Text Example

White with #415782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415782; }

 p { color: rgb(65,87,130); }

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

background-color css

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

 a { background-color: rgb(65,87,130); }

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

border-color css

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

 span { border-color: rgb(65,87,130); }

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