Html Css Color HEX #445E79 Chambray

📋 copy color: '#445E79'

red 68 ◦ green 94 ◦ blue 121

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

Shades of Chambray #445E79

Tints of Chambray #445E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.22%

 BLUE value IS 121 (47.66% from 255) = 42.76%

R = 24.03%
G = 33.22%
B = 42.76%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#445E79 (or 0x445E79) is known color: Chambray. HEX triplet: 44, 5E and 79. RGB value is (68,94,121). Sum of RGB (Red+Green+Blue) = 68+94+121=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #445E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E79 is #BBA186. Grayscale: #595959. Windows color (decimal): -12296583 or 7953988. OLE color: 7953988.

HSL color Cylindrical-coordinate representation of color #445E79: hue angle of 210.57º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #445E79 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 94 121 -
CMYK 0.44 0.22 0 0.53
HSL 210.57º 0.28% 0.37% -
HSV(B) 210.57º 0.44% 0.47% -
XYZ 9.84 10.61 19.62 -
YUV 89.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 68 94 121 0.44 0.22 0 0.53 210.57 0.28 0.37
Hex 44 5E 79 2C 16 0 35 D3 1C 25
Octal 104 136 171 54 26 0 65 323 34 45
Binary 1000100 1011110 1111001 101100 10110 0 110101 11010011 11100 100101

Color Harmonies of #445E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445E79

Black with #445E79

Text Example


Text Example

White with #445E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445E79; }

 p { color: rgb(68,94,121); }

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

background-color css

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

 a { background-color: rgb(68,94,121); }

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

border-color css

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

 span { border-color: rgb(68,94,121); }

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