Html Css Color HEX #445C71 Chambray

📋 copy color: '#445C71'

red 68 ◦ green 92 ◦ blue 113

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

Shades of Chambray #445C71

Tints of Chambray #445C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.7%

 BLUE value IS 113 (44.53% from 255) = 41.39%

R = 24.91%
G = 33.7%
B = 41.39%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#445C71 (or 0x445C71) is known color: Chambray. HEX triplet: 44, 5C and 71. RGB value is (68,92,113). Sum of RGB (Red+Green+Blue) = 68+92+113=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #445C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C71 is #BBA38E. Grayscale: #575757. Windows color (decimal): -12297103 or 7429188. OLE color: 7429188.

HSL color Cylindrical-coordinate representation of color #445C71: hue angle of 208º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445C71 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 92 113 -
CMYK 0.40 0.19 0 0.56
HSL 208º 0.25% 0.35% -
HSV(B) 208º 0.4% 0.44% -
XYZ 9.19 10.08 17.08 -
YUV 87.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 68 92 113 0.40 0.19 0 0.56 208 0.25 0.35
Hex 44 5C 71 28 13 0 38 D0 19 23
Octal 104 134 161 50 23 0 70 320 31 43
Binary 1000100 1011100 1110001 101000 10011 0 111000 11010000 11001 100011

Color Harmonies of #445C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C71

Black with #445C71

Text Example


Text Example

White with #445C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,92,113); }

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

background-color css

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

 a { background-color: rgb(68,92,113); }

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

border-color css

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

 span { border-color: rgb(68,92,113); }

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