Html Css Color HEX #445871 Chambray

📋 copy color: '#445871'

red 68 ◦ green 88 ◦ blue 113

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

Shades of Chambray #445871

Tints of Chambray #445871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.71%

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

R = 25.28%
G = 32.71%
B = 42.01%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#445871 (or 0x445871) is known color: Chambray. HEX triplet: 44, 58 and 71. RGB value is (68,88,113). Sum of RGB (Red+Green+Blue) = 68+88+113=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #445871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445871 is #BBA78E. Grayscale: #545454. Windows color (decimal): -12298127 or 7428164. OLE color: 7428164.

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

Color convert

RGB 68 88 113 -
CMYK 0.40 0.22 0 0.56
HSL 213.33º 0.25% 0.35% -
HSV(B) 213.33º 0.4% 0.44% -
XYZ 8.85 9.4 16.97 -
YUV 84.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 68 88 113 0.40 0.22 0 0.56 213.33 0.25 0.35
Hex 44 58 71 28 16 0 38 D5 19 23
Octal 104 130 161 50 26 0 70 325 31 43
Binary 1000100 1011000 1110001 101000 10110 0 111000 11010101 11001 100011

Color Harmonies of #445871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445871

Black with #445871

Text Example


Text Example

White with #445871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445871; }

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

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

background-color css

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

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

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

border-color css

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

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

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