Html Css Color HEX #415B7C Chambray

📋 copy color: '#415B7C'

red 65 ◦ green 91 ◦ blue 124

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

Shades of Chambray #415B7C

Tints of Chambray #415B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 23.21%
G = 32.5%
B = 44.29%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#415B7C (or 0x415B7C) is known color: Chambray. HEX triplet: 41, 5B and 7C. RGB value is (65,91,124). Sum of RGB (Red+Green+Blue) = 65+91+124=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #415B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B7C is #BEA483. Grayscale: #565656. Windows color (decimal): -12493956 or 8149825. OLE color: 8149825.

HSL color Cylindrical-coordinate representation of color #415B7C: hue angle of 213.56º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #415B7C is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 91 124 -
CMYK 0.48 0.27 0 0.51
HSL 213.56º 0.31% 0.37% -
HSV(B) 213.56º 0.48% 0.49% -
XYZ 9.56 10.06 20.51 -
YUV 86.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 65 91 124 0.48 0.27 0 0.51 213.56 0.31 0.37
Hex 41 5B 7C 30 1B 0 33 D6 1F 25
Octal 101 133 174 60 33 0 63 326 37 45
Binary 1000001 1011011 1111100 110000 11011 0 110011 11010110 11111 100101

Color Harmonies of #415B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B7C

Black with #415B7C

Text Example


Text Example

White with #415B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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