Html Css Color HEX #44537E Chambray

📋 copy color: '#44537E'

red 68 ◦ green 83 ◦ blue 126

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

Shades of Chambray #44537E

Tints of Chambray #44537E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.96%

 BLUE value IS 126 (49.61% from 255) = 45.49%

R = 24.55%
G = 29.96%
B = 45.49%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44537E (or 0x44537E) is known color: Chambray. HEX triplet: 44, 53 and 7E. RGB value is (68,83,126). Sum of RGB (Red+Green+Blue) = 68+83+126=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 126 - color contains mainly: blue. Hex color #44537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44537E is #BBAC81. Grayscale: #535353. Windows color (decimal): -12299394 or 8278852. OLE color: 8278852.

HSL color Cylindrical-coordinate representation of color #44537E: hue angle of 224.48º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44537E is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 83 126 -
CMYK 0.46 0.34 0 0.51
HSL 224.48º 0.3% 0.38% -
HSV(B) 224.48º 0.46% 0.49% -
XYZ 9.24 8.92 20.97 -
YUV 83.42 152.03 117 -
System Red Green Blue C M Y K H S L
Decimal 68 83 126 0.46 0.34 0 0.51 224.48 0.3 0.38
Hex 44 53 7E 2E 22 0 33 E0 1E 26
Octal 104 123 176 56 42 0 63 340 36 46
Binary 1000100 1010011 1111110 101110 100010 0 110011 11100000 11110 100110

Color Harmonies of #44537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44537E

Black with #44537E

Text Example


Text Example

White with #44537E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,83,126); }

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

background-color css

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

 a { background-color: rgb(68,83,126); }

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

border-color css

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

 span { border-color: rgb(68,83,126); }

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