Html Css Color HEX #445679 Chambray

📋 copy color: '#445679'

red 68 ◦ green 86 ◦ blue 121

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

Shades of Chambray #445679

Tints of Chambray #445679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44%

R = 24.73%
G = 31.27%
B = 44%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#445679 (or 0x445679) is known color: Chambray. HEX triplet: 44, 56 and 79. RGB value is (68,86,121). Sum of RGB (Red+Green+Blue) = 68+86+121=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #445679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445679 is #BBA986. Grayscale: #545454. Windows color (decimal): -12298631 or 7951940. OLE color: 7951940.

HSL color Cylindrical-coordinate representation of color #445679: hue angle of 219.62º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #445679 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 86 121 -
CMYK 0.44 0.29 0 0.53
HSL 219.62º 0.28% 0.37% -
HSV(B) 219.62º 0.44% 0.47% -
XYZ 9.16 9.26 19.39 -
YUV 84.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 68 86 121 0.44 0.29 0 0.53 219.62 0.28 0.37
Hex 44 56 79 2C 1D 0 35 DC 1C 25
Octal 104 126 171 54 35 0 65 334 34 45
Binary 1000100 1010110 1111001 101100 11101 0 110101 11011100 11100 100101

Color Harmonies of #445679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445679

Black with #445679

Text Example


Text Example

White with #445679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445679; }

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

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

background-color css

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

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

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

border-color css

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

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

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