Html Css Color HEX #445771 Chambray

📋 copy color: '#445771'

red 68 ◦ green 87 ◦ blue 113

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

Shades of Chambray #445771

Tints of Chambray #445771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

 BLUE value IS 113 (44.53% from 255) = 42.16%

R = 25.37%
G = 32.46%
B = 42.16%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#445771 (or 0x445771) is known color: Chambray. HEX triplet: 44, 57 and 71. RGB value is (68,87,113). Sum of RGB (Red+Green+Blue) = 68+87+113=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #445771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445771 is #BBA88E. Grayscale: #545454. Windows color (decimal): -12298383 or 7427908. OLE color: 7427908.

HSL color Cylindrical-coordinate representation of color #445771: hue angle of 214.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445771 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 87 113 -
CMYK 0.40 0.23 0 0.56
HSL 214.67º 0.25% 0.35% -
HSV(B) 214.67º 0.4% 0.44% -
XYZ 8.77 9.24 16.94 -
YUV 84.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 68 87 113 0.40 0.23 0 0.56 214.67 0.25 0.35
Hex 44 57 71 28 17 0 38 D7 19 23
Octal 104 127 161 50 27 0 70 327 31 43
Binary 1000100 1010111 1110001 101000 10111 0 111000 11010111 11001 100011

Color Harmonies of #445771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445771

Black with #445771

Text Example


Text Example

White with #445771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445771; }

 p { color: rgb(68,87,113); }

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

background-color css

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

 a { background-color: rgb(68,87,113); }

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

border-color css

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

 span { border-color: rgb(68,87,113); }

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