Html Css Color HEX #445B72 Chambray

📋 copy color: '#445B72'

red 68 ◦ green 91 ◦ blue 114

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

Shades of Chambray #445B72

Tints of Chambray #445B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.76%

R = 24.91%
G = 33.33%
B = 41.76%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445B72 (or 0x445B72) is known color: Chambray. HEX triplet: 44, 5B and 72. RGB value is (68,91,114). Sum of RGB (Red+Green+Blue) = 68+91+114=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #445B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B72 is #BBA48D. Grayscale: #565656. Windows color (decimal): -12297358 or 7494468. OLE color: 7494468.

HSL color Cylindrical-coordinate representation of color #445B72: hue angle of 210º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445B72 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 91 114 -
CMYK 0.40 0.20 0 0.55
HSL 210º 0.25% 0.36% -
HSV(B) 210º 0.4% 0.45% -
XYZ 9.16 9.93 17.35 -
YUV 86.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 68 91 114 0.40 0.20 0 0.55 210 0.25 0.36
Hex 44 5B 72 28 14 0 37 D2 19 24
Octal 104 133 162 50 24 0 67 322 31 44
Binary 1000100 1011011 1110010 101000 10100 0 110111 11010010 11001 100100

Color Harmonies of #445B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B72

Black with #445B72

Text Example


Text Example

White with #445B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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