Html Css Color HEX #445683 Chambray

📋 copy color: '#445683'

red 68 ◦ green 86 ◦ blue 131

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

Shades of Chambray #445683

Tints of Chambray #445683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.96%

R = 23.86%
G = 30.18%
B = 45.96%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445683 (or 0x445683) is known color: Chambray. HEX triplet: 44, 56 and 83. RGB value is (68,86,131). Sum of RGB (Red+Green+Blue) = 68+86+131=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #445683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445683 is #BBA97C. Grayscale: #555555. Windows color (decimal): -12298621 or 8607300. OLE color: 8607300.

HSL color Cylindrical-coordinate representation of color #445683: hue angle of 222.86º degrees, saturation: 0.32, 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 #445683 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 86 131 -
CMYK 0.48 0.34 0 0.49
HSL 222.86º 0.32% 0.39% -
HSV(B) 222.86º 0.48% 0.51% -
XYZ 9.81 9.52 22.79 -
YUV 85.75 153.54 115.34 -
System Red Green Blue C M Y K H S L
Decimal 68 86 131 0.48 0.34 0 0.49 222.86 0.32 0.39
Hex 44 56 83 30 22 0 31 DF 20 27
Octal 104 126 203 60 42 0 61 337 40 47
Binary 1000100 1010110 10000011 110000 100010 0 110001 11011111 100000 100111

Color Harmonies of #445683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445683

Black with #445683

Text Example


Text Example

White with #445683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445683; }

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

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

background-color css

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

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

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

border-color css

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

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

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