Html Css Color HEX #44566B Chambray

📋 copy color: '#44566B'

red 68 ◦ green 86 ◦ blue 107

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

Shades of Chambray #44566B

Tints of Chambray #44566B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.95%

 BLUE value IS 107 (42.19% from 255) = 41%

R = 26.05%
G = 32.95%
B = 41%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44566B (or 0x44566B) is known color: Chambray. HEX triplet: 44, 56 and 6B. RGB value is (68,86,107). Sum of RGB (Red+Green+Blue) = 68+86+107=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 107 - color contains mainly: blue. Hex color #44566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44566B is #BBA994. Grayscale: #525252. Windows color (decimal): -12298645 or 7034436. OLE color: 7034436.

HSL color Cylindrical-coordinate representation of color #44566B: hue angle of 212.31º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #44566B is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 86 107 -
CMYK 0.36 0.20 0 0.58
HSL 212.31º 0.22% 0.34% -
HSV(B) 212.31º 0.36% 0.42% -
XYZ 8.37 8.95 15.2 -
YUV 83.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 68 86 107 0.36 0.20 0 0.58 212.31 0.22 0.34
Hex 44 56 6B 24 14 0 3A D4 16 22
Octal 104 126 153 44 24 0 72 324 26 42
Binary 1000100 1010110 1101011 100100 10100 0 111010 11010100 10110 100010

Color Harmonies of #44566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44566B

Black with #44566B

Text Example


Text Example

White with #44566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44566B; }

 p { color: rgb(68,86,107); }

 H1.HeaderClassName
 {
   color: #44566B;
 }
 .AnyTagClassName
 {
   color: #44566B;
 }
</style>

background-color css

<style>
 a { background-color: #44566B; }

 a { background-color: rgb(68,86,107); }

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

border-color css

<style>
 span { border-color: #44566B; }

 span { border-color: rgb(68,86,107); }

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