Html Css Color HEX #415A73 Chambray

📋 copy color: '#415A73'

red 65 ◦ green 90 ◦ blue 115

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

Shades of Chambray #415A73

Tints of Chambray #415A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.33%

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 24.07%
G = 33.33%
B = 42.59%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415A73 (or 0x415A73) is known color: Chambray. HEX triplet: 41, 5A and 73. RGB value is (65,90,115). Sum of RGB (Red+Green+Blue) = 65+90+115=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #415A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A73 is #BEA58C. Grayscale: #555555. Windows color (decimal): -12494221 or 7559745. OLE color: 7559745.

HSL color Cylindrical-coordinate representation of color #415A73: hue angle of 210º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #415A73 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 90 115 -
CMYK 0.43 0.22 0 0.55
HSL 210º 0.28% 0.35% -
HSV(B) 210º 0.43% 0.45% -
XYZ 8.93 9.67 17.62 -
YUV 85.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 65 90 115 0.43 0.22 0 0.55 210 0.28 0.35
Hex 41 5A 73 2B 16 0 37 D2 1C 23
Octal 101 132 163 53 26 0 67 322 34 43
Binary 1000001 1011010 1110011 101011 10110 0 110111 11010010 11100 100011

Color Harmonies of #415A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A73

Black with #415A73

Text Example


Text Example

White with #415A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,90,115); }

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

background-color css

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

 a { background-color: rgb(65,90,115); }

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

border-color css

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

 span { border-color: rgb(65,90,115); }

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