Html Css Color HEX #44547C Chambray

📋 copy color: '#44547C'

red 68 ◦ green 84 ◦ blue 124

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

Shades of Chambray #44547C

Tints of Chambray #44547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.43%

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 24.64%
G = 30.43%
B = 44.93%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44547C (or 0x44547C) is known color: Chambray. HEX triplet: 44, 54 and 7C. RGB value is (68,84,124). Sum of RGB (Red+Green+Blue) = 68+84+124=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #44547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44547C is #BBAB83. Grayscale: #535353. Windows color (decimal): -12299140 or 8148036. OLE color: 8148036.

HSL color Cylindrical-coordinate representation of color #44547C: hue angle of 222.86º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44547C is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 84 124 -
CMYK 0.45 0.32 0 0.51
HSL 222.86º 0.29% 0.38% -
HSV(B) 222.86º 0.45% 0.49% -
XYZ 9.19 9.02 20.33 -
YUV 83.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 68 84 124 0.45 0.32 0 0.51 222.86 0.29 0.38
Hex 44 54 7C 2D 20 0 33 DF 1D 26
Octal 104 124 174 55 40 0 63 337 35 46
Binary 1000100 1010100 1111100 101101 100000 0 110011 11011111 11101 100110

Color Harmonies of #44547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44547C

Black with #44547C

Text Example


Text Example

White with #44547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44547C; }

 p { color: rgb(68,84,124); }

 H1.HeaderClassName
 {
   color: #44547C;
 }
 .AnyTagClassName
 {
   color: #44547C;
 }
</style>

background-color css

<style>
 a { background-color: #44547C; }

 a { background-color: rgb(68,84,124); }

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

border-color css

<style>
 span { border-color: #44547C; }

 span { border-color: rgb(68,84,124); }

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