Html Css Color HEX #445870 Chambray

📋 copy color: '#445870'

red 68 ◦ green 88 ◦ blue 112

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

Shades of Chambray #445870

Tints of Chambray #445870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.79%

R = 25.37%
G = 32.84%
B = 41.79%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#445870 (or 0x445870) is known color: Chambray. HEX triplet: 44, 58 and 70. RGB value is (68,88,112). Sum of RGB (Red+Green+Blue) = 68+88+112=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #445870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445870 is #BBA78F. Grayscale: #545454. Windows color (decimal): -12298128 or 7362628. OLE color: 7362628.

HSL color Cylindrical-coordinate representation of color #445870: hue angle of 212.73º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #445870 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 88 112 -
CMYK 0.39 0.21 0 0.56
HSL 212.73º 0.24% 0.35% -
HSV(B) 212.73º 0.39% 0.44% -
XYZ 8.8 9.38 16.68 -
YUV 84.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 68 88 112 0.39 0.21 0 0.56 212.73 0.24 0.35
Hex 44 58 70 27 15 0 38 D5 18 23
Octal 104 130 160 47 25 0 70 325 30 43
Binary 1000100 1011000 1110000 100111 10101 0 111000 11010101 11000 100011

Color Harmonies of #445870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445870

Black with #445870

Text Example


Text Example

White with #445870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445870; }

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

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

background-color css

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

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

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

border-color css

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

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

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