Html Css Color HEX #445674 Chambray

📋 copy color: '#445674'

red 68 ◦ green 86 ◦ blue 116

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

Shades of Chambray #445674

Tints of Chambray #445674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 25.19%
G = 31.85%
B = 42.96%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445674 (or 0x445674) is known color: Chambray. HEX triplet: 44, 56 and 74. RGB value is (68,86,116). Sum of RGB (Red+Green+Blue) = 68+86+116=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #445674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445674 is #BBA98B. Grayscale: #535353. Windows color (decimal): -12298636 or 7624260. OLE color: 7624260.

HSL color Cylindrical-coordinate representation of color #445674: hue angle of 217.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445674 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 86 116 -
CMYK 0.41 0.26 0 0.55
HSL 217.5º 0.26% 0.36% -
HSV(B) 217.5º 0.41% 0.45% -
XYZ 8.86 9.15 17.82 -
YUV 84.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 68 86 116 0.41 0.26 0 0.55 217.5 0.26 0.36
Hex 44 56 74 29 1A 0 37 DA 1A 24
Octal 104 126 164 51 32 0 67 332 32 44
Binary 1000100 1010110 1110100 101001 11010 0 110111 11011010 11010 100100

Color Harmonies of #445674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445674

Black with #445674

Text Example


Text Example

White with #445674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445674; }

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

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

background-color css

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

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

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

border-color css

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

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

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