Html Css Color HEX #445A72 Chambray

📋 copy color: '#445A72'

red 68 ◦ green 90 ◦ blue 114

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

Shades of Chambray #445A72

Tints of Chambray #445A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.91%

R = 25%
G = 33.09%
B = 41.91%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445A72 (or 0x445A72) is known color: Chambray. HEX triplet: 44, 5A and 72. RGB value is (68,90,114). Sum of RGB (Red+Green+Blue) = 68+90+114=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #445A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A72 is #BBA58D. Grayscale: #565656. Windows color (decimal): -12297614 or 7494212. OLE color: 7494212.

HSL color Cylindrical-coordinate representation of color #445A72: hue angle of 211.3º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445A72 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 90 114 -
CMYK 0.40 0.21 0 0.55
HSL 211.3º 0.25% 0.36% -
HSV(B) 211.3º 0.4% 0.45% -
XYZ 9.08 9.76 17.32 -
YUV 86.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 68 90 114 0.40 0.21 0 0.55 211.3 0.25 0.36
Hex 44 5A 72 28 15 0 37 D3 19 24
Octal 104 132 162 50 25 0 67 323 31 44
Binary 1000100 1011010 1110010 101000 10101 0 110111 11010011 11001 100100

Color Harmonies of #445A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445A72

Black with #445A72

Text Example


Text Example

White with #445A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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