Html Css Color HEX #415473 Chambray

📋 copy color: '#415473'

red 65 ◦ green 84 ◦ blue 115

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

Shades of Chambray #415473

Tints of Chambray #415473

RGB

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

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

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

R = 24.62%
G = 31.82%
B = 43.56%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415473 (or 0x415473) is known color: Chambray. HEX triplet: 41, 54 and 73. RGB value is (65,84,115). Sum of RGB (Red+Green+Blue) = 65+84+115=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #415473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415473 is #BEAB8C. Grayscale: #515151. Windows color (decimal): -12495757 or 7558209. OLE color: 7558209.

HSL color Cylindrical-coordinate representation of color #415473: hue angle of 217.2º 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 #415473 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 84 115 -
CMYK 0.43 0.27 0 0.55
HSL 217.2º 0.28% 0.35% -
HSV(B) 217.2º 0.43% 0.45% -
XYZ 8.44 8.7 17.45 -
YUV 81.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 65 84 115 0.43 0.27 0 0.55 217.2 0.28 0.35
Hex 41 54 73 2B 1B 0 37 D9 1C 23
Octal 101 124 163 53 33 0 67 331 34 43
Binary 1000001 1010100 1110011 101011 11011 0 110111 11011001 11100 100011

Color Harmonies of #415473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415473

Black with #415473

Text Example


Text Example

White with #415473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415473; }

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

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

background-color css

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

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

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

border-color css

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

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

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