Html Css Color HEX #445672 Chambray

📋 copy color: '#445672'

red 68 ◦ green 86 ◦ blue 114

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

Shades of Chambray #445672

Tints of Chambray #445672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

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

R = 25.37%
G = 32.09%
B = 42.54%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445672 (or 0x445672) is known color: Chambray. HEX triplet: 44, 56 and 72. RGB value is (68,86,114). Sum of RGB (Red+Green+Blue) = 68+86+114=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #445672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445672 is #BBA98D. Grayscale: #535353. Windows color (decimal): -12298638 or 7493188. OLE color: 7493188.

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

Color convert

RGB 68 86 114 -
CMYK 0.40 0.25 0 0.55
HSL 216.52º 0.25% 0.36% -
HSV(B) 216.52º 0.4% 0.45% -
XYZ 8.75 9.1 17.21 -
YUV 83.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 68 86 114 0.40 0.25 0 0.55 216.52 0.25 0.36
Hex 44 56 72 28 19 0 37 D9 19 24
Octal 104 126 162 50 31 0 67 331 31 44
Binary 1000100 1010110 1110010 101000 11001 0 110111 11011001 11001 100100

Color Harmonies of #445672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445672

Black with #445672

Text Example


Text Example

White with #445672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445672; }

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

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

background-color css

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

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

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

border-color css

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

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

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