Html Css Color HEX #445A70 Chambray

📋 copy color: '#445A70'

red 68 ◦ green 90 ◦ blue 112

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

Shades of Chambray #445A70

Tints of Chambray #445A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.48%

R = 25.19%
G = 33.33%
B = 41.48%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#445A70 (or 0x445A70) is known color: Chambray. HEX triplet: 44, 5A and 70. RGB value is (68,90,112). Sum of RGB (Red+Green+Blue) = 68+90+112=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #445A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A70 is #BBA58F. Grayscale: #555555. Windows color (decimal): -12297616 or 7363140. OLE color: 7363140.

HSL color Cylindrical-coordinate representation of color #445A70: hue angle of 210º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #445A70 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 90 112 -
CMYK 0.39 0.20 0 0.56
HSL 210º 0.24% 0.35% -
HSV(B) 210º 0.39% 0.44% -
XYZ 8.96 9.71 16.73 -
YUV 85.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 68 90 112 0.39 0.20 0 0.56 210 0.24 0.35
Hex 44 5A 70 27 14 0 38 D2 18 23
Octal 104 132 160 47 24 0 70 322 30 43
Binary 1000100 1011010 1110000 100111 10100 0 111000 11010010 11000 100011

Color Harmonies of #445A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445A70

Black with #445A70

Text Example


Text Example

White with #445A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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