Html Css Color HEX #445573 Chambray

📋 copy color: '#445573'

red 68 ◦ green 85 ◦ blue 115

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

Shades of Chambray #445573

Tints of Chambray #445573

RGB

 RED value IS 68 (26.95% from 255) = 25.37%

 GREEN value IS 85 (33.59% from 255) = 31.72%

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

R = 25.37%
G = 31.72%
B = 42.91%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445573 (or 0x445573) is known color: Chambray. HEX triplet: 44, 55 and 73. RGB value is (68,85,115). Sum of RGB (Red+Green+Blue) = 68+85+115=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #445573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445573 is #BBAA8C. Grayscale: #535353. Windows color (decimal): -12298893 or 7558468. OLE color: 7558468.

HSL color Cylindrical-coordinate representation of color #445573: hue angle of 218.3º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445573 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 85 115 -
CMYK 0.41 0.26 0 0.55
HSL 218.3º 0.26% 0.36% -
HSV(B) 218.3º 0.41% 0.45% -
XYZ 8.73 8.96 17.49 -
YUV 83.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 68 85 115 0.41 0.26 0 0.55 218.3 0.26 0.36
Hex 44 55 73 29 1A 0 37 DA 1A 24
Octal 104 125 163 51 32 0 67 332 32 44
Binary 1000100 1010101 1110011 101001 11010 0 110111 11011010 11010 100100

Color Harmonies of #445573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445573

Black with #445573

Text Example


Text Example

White with #445573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445573; }

 p { color: rgb(68,85,115); }

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

background-color css

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

 a { background-color: rgb(68,85,115); }

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

border-color css

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

 span { border-color: rgb(68,85,115); }

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