Html Css Color HEX #445780 Chambray

📋 copy color: '#445780'

red 68 ◦ green 87 ◦ blue 128

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

Shades of Chambray #445780

Tints of Chambray #445780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.23%

R = 24.03%
G = 30.74%
B = 45.23%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#445780 (or 0x445780) is known color: Chambray. HEX triplet: 44, 57 and 80. RGB value is (68,87,128). Sum of RGB (Red+Green+Blue) = 68+87+128=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #445780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445780 is #BBA87F. Grayscale: #555555. Windows color (decimal): -12298368 or 8410948. OLE color: 8410948.

HSL color Cylindrical-coordinate representation of color #445780: hue angle of 221º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #445780 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 87 128 -
CMYK 0.47 0.32 0 0.50
HSL 221º 0.31% 0.38% -
HSV(B) 221º 0.47% 0.5% -
XYZ 9.69 9.6 21.77 -
YUV 85.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 68 87 128 0.47 0.32 0 0.50 221 0.31 0.38
Hex 44 57 80 2F 20 0 32 DD 1F 26
Octal 104 127 200 57 40 0 62 335 37 46
Binary 1000100 1010111 10000000 101111 100000 0 110010 11011101 11111 100110

Color Harmonies of #445780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445780

Black with #445780

Text Example


Text Example

White with #445780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445780; }

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

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

background-color css

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

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

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

border-color css

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

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

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