Html Css Color HEX #44556E Chambray

📋 copy color: '#44556E'

red 68 ◦ green 85 ◦ blue 110

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

Shades of Chambray #44556E

Tints of Chambray #44556E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

 BLUE value IS 110 (43.36% from 255) = 41.83%

R = 25.86%
G = 32.32%
B = 41.83%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#44556E (or 0x44556E) is known color: Chambray. HEX triplet: 44, 55 and 6E. RGB value is (68,85,110). Sum of RGB (Red+Green+Blue) = 68+85+110=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #44556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44556E is #BBAA91. Grayscale: #525252. Windows color (decimal): -12298898 or 7230788. OLE color: 7230788.

HSL color Cylindrical-coordinate representation of color #44556E: hue angle of 215.71º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44556E is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 85 110 -
CMYK 0.38 0.23 0 0.57
HSL 215.71º 0.24% 0.35% -
HSV(B) 215.71º 0.38% 0.43% -
XYZ 8.45 8.85 16.02 -
YUV 82.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 68 85 110 0.38 0.23 0 0.57 215.71 0.24 0.35
Hex 44 55 6E 26 17 0 39 D8 18 23
Octal 104 125 156 46 27 0 71 330 30 43
Binary 1000100 1010101 1101110 100110 10111 0 111001 11011000 11000 100011

Color Harmonies of #44556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44556E

Black with #44556E

Text Example


Text Example

White with #44556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44556E; }

 p { color: rgb(68,85,110); }

 H1.HeaderClassName
 {
   color: #44556E;
 }
 .AnyTagClassName
 {
   color: #44556E;
 }
</style>

background-color css

<style>
 a { background-color: #44556E; }

 a { background-color: rgb(68,85,110); }

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

border-color css

<style>
 span { border-color: #44556E; }

 span { border-color: rgb(68,85,110); }

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