Html Css Color HEX #445974 Chambray

📋 copy color: '#445974'

red 68 ◦ green 89 ◦ blue 116

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

Shades of Chambray #445974

Tints of Chambray #445974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.6%

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

R = 24.91%
G = 32.6%
B = 42.49%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445974 (or 0x445974) is known color: Chambray. HEX triplet: 44, 59 and 74. RGB value is (68,89,116). Sum of RGB (Red+Green+Blue) = 68+89+116=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #445974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445974 is #BBA68B. Grayscale: #555555. Windows color (decimal): -12297868 or 7625028. OLE color: 7625028.

HSL color Cylindrical-coordinate representation of color #445974: hue angle of 213.75º 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 #445974 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 89 116 -
CMYK 0.41 0.23 0 0.55
HSL 213.75º 0.26% 0.36% -
HSV(B) 213.75º 0.41% 0.45% -
XYZ 9.11 9.63 17.9 -
YUV 85.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 68 89 116 0.41 0.23 0 0.55 213.75 0.26 0.36
Hex 44 59 74 29 17 0 37 D6 1A 24
Octal 104 131 164 51 27 0 67 326 32 44
Binary 1000100 1011001 1110100 101001 10111 0 110111 11010110 11010 100100

Color Harmonies of #445974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445974

Black with #445974

Text Example


Text Example

White with #445974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445974; }

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

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

background-color css

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

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

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

border-color css

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

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

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