Html Css Color HEX #445774 Chambray

📋 copy color: '#445774'

red 68 ◦ green 87 ◦ blue 116

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

Shades of Chambray #445774

Tints of Chambray #445774

RGB

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

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

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

R = 25.09%
G = 32.1%
B = 42.8%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445774 (or 0x445774) is known color: Chambray. HEX triplet: 44, 57 and 74. RGB value is (68,87,116). Sum of RGB (Red+Green+Blue) = 68+87+116=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #445774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445774 is #BBA88B. Grayscale: #545454. Windows color (decimal): -12298380 or 7624516. OLE color: 7624516.

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

Color convert

RGB 68 87 116 -
CMYK 0.41 0.25 0 0.55
HSL 216.25º 0.26% 0.36% -
HSV(B) 216.25º 0.41% 0.45% -
XYZ 8.94 9.31 17.85 -
YUV 84.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 68 87 116 0.41 0.25 0 0.55 216.25 0.26 0.36
Hex 44 57 74 29 19 0 37 D8 1A 24
Octal 104 127 164 51 31 0 67 330 32 44
Binary 1000100 1010111 1110100 101001 11001 0 110111 11011000 11010 100100

Color Harmonies of #445774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445774

Black with #445774

Text Example


Text Example

White with #445774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445774; }

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

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

background-color css

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

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

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

border-color css

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

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

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