Html Css Color HEX #445B73 Chambray

📋 copy color: '#445B73'

red 68 ◦ green 91 ◦ blue 115

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

Shades of Chambray #445B73

Tints of Chambray #445B73

RGB

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

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

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

R = 24.82%
G = 33.21%
B = 41.97%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445B73 (or 0x445B73) is known color: Chambray. HEX triplet: 44, 5B and 73. RGB value is (68,91,115). Sum of RGB (Red+Green+Blue) = 68+91+115=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #445B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B73 is #BBA48C. Grayscale: #565656. Windows color (decimal): -12297357 or 7560004. OLE color: 7560004.

HSL color Cylindrical-coordinate representation of color #445B73: hue angle of 210.64º 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 #445B73 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 91 115 -
CMYK 0.41 0.21 0 0.55
HSL 210.64º 0.26% 0.36% -
HSV(B) 210.64º 0.41% 0.45% -
XYZ 9.22 9.95 17.65 -
YUV 86.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 68 91 115 0.41 0.21 0 0.55 210.64 0.26 0.36
Hex 44 5B 73 29 15 0 37 D3 1A 24
Octal 104 133 163 51 25 0 67 323 32 44
Binary 1000100 1011011 1110011 101001 10101 0 110111 11010011 11010 100100

Color Harmonies of #445B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B73

Black with #445B73

Text Example


Text Example

White with #445B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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