Html Css Color HEX #445782 Chambray

📋 copy color: '#445782'

red 68 ◦ green 87 ◦ blue 130

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

Shades of Chambray #445782

Tints of Chambray #445782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.61%

R = 23.86%
G = 30.53%
B = 45.61%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445782 (or 0x445782) is known color: Chambray. HEX triplet: 44, 57 and 82. RGB value is (68,87,130). Sum of RGB (Red+Green+Blue) = 68+87+130=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #445782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445782 is #BBA87D. Grayscale: #565656. Windows color (decimal): -12298366 or 8542020. OLE color: 8542020.

HSL color Cylindrical-coordinate representation of color #445782: hue angle of 221.61º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445782 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 87 130 -
CMYK 0.48 0.33 0 0.49
HSL 221.61º 0.31% 0.39% -
HSV(B) 221.61º 0.48% 0.51% -
XYZ 9.82 9.66 22.47 -
YUV 86.22 152.71 115 -
System Red Green Blue C M Y K H S L
Decimal 68 87 130 0.48 0.33 0 0.49 221.61 0.31 0.39
Hex 44 57 82 30 21 0 31 DE 1F 27
Octal 104 127 202 60 41 0 61 336 37 47
Binary 1000100 1010111 10000010 110000 100001 0 110001 11011110 11111 100111

Color Harmonies of #445782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445782

Black with #445782

Text Example


Text Example

White with #445782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445782; }

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

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

background-color css

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

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

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

border-color css

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

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

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