Html Css Color HEX #445A71 Chambray

📋 copy color: '#445A71'

red 68 ◦ green 90 ◦ blue 113

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

Shades of Chambray #445A71

Tints of Chambray #445A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.21%

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

R = 25.09%
G = 33.21%
B = 41.7%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#445A71 (or 0x445A71) is known color: Chambray. HEX triplet: 44, 5A and 71. RGB value is (68,90,113). Sum of RGB (Red+Green+Blue) = 68+90+113=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #445A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A71 is #BBA58E. Grayscale: #555555. Windows color (decimal): -12297615 or 7428676. OLE color: 7428676.

HSL color Cylindrical-coordinate representation of color #445A71: hue angle of 210.67º 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 #445A71 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 90 113 -
CMYK 0.40 0.20 0 0.56
HSL 210.67º 0.25% 0.35% -
HSV(B) 210.67º 0.4% 0.44% -
XYZ 9.02 9.73 17.03 -
YUV 86.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 68 90 113 0.40 0.20 0 0.56 210.67 0.25 0.35
Hex 44 5A 71 28 14 0 38 D3 19 23
Octal 104 132 161 50 24 0 70 323 31 43
Binary 1000100 1011010 1110001 101000 10100 0 111000 11010011 11001 100011

Color Harmonies of #445A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445A71

Black with #445A71

Text Example


Text Example

White with #445A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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