Html Css Color HEX #445D7A Chambray

📋 copy color: '#445D7A'

red 68 ◦ green 93 ◦ blue 122

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

Shades of Chambray #445D7A

Tints of Chambray #445D7A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.86%

 BLUE value IS 122 (48.05% from 255) = 43.11%

R = 24.03%
G = 32.86%
B = 43.11%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#445D7A (or 0x445D7A) is known color: Chambray. HEX triplet: 44, 5D and 7A. RGB value is (68,93,122). Sum of RGB (Red+Green+Blue) = 68+93+122=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #445D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D7A is #BBA285. Grayscale: #585858. Windows color (decimal): -12296838 or 8019268. OLE color: 8019268.

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

Color convert

RGB 68 93 122 -
CMYK 0.44 0.24 0 0.52
HSL 212.22º 0.28% 0.37% -
HSV(B) 212.22º 0.44% 0.48% -
XYZ 9.81 10.46 19.91 -
YUV 88.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 68 93 122 0.44 0.24 0 0.52 212.22 0.28 0.37
Hex 44 5D 7A 2C 18 0 34 D4 1C 25
Octal 104 135 172 54 30 0 64 324 34 45
Binary 1000100 1011101 1111010 101100 11000 0 110100 11010100 11100 100101

Color Harmonies of #445D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D7A

Black with #445D7A

Text Example


Text Example

White with #445D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,93,122); }

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

background-color css

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

 a { background-color: rgb(68,93,122); }

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

border-color css

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

 span { border-color: rgb(68,93,122); }

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