Html Css Color HEX #44547B Chambray

📋 copy color: '#44547B'

red 68 ◦ green 84 ◦ blue 123

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

Shades of Chambray #44547B

Tints of Chambray #44547B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.73%

R = 24.73%
G = 30.55%
B = 44.73%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44547B (or 0x44547B) is known color: Chambray. HEX triplet: 44, 54 and 7B. RGB value is (68,84,123). Sum of RGB (Red+Green+Blue) = 68+84+123=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #44547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44547B is #BBAB84. Grayscale: #535353. Windows color (decimal): -12299141 or 8082500. OLE color: 8082500.

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

Color convert

RGB 68 84 123 -
CMYK 0.45 0.32 0 0.52
HSL 222.55º 0.29% 0.37% -
HSV(B) 222.55º 0.45% 0.48% -
XYZ 9.13 9 19.99 -
YUV 83.66 150.2 116.83 -
System Red Green Blue C M Y K H S L
Decimal 68 84 123 0.45 0.32 0 0.52 222.55 0.29 0.37
Hex 44 54 7B 2D 20 0 34 DF 1D 25
Octal 104 124 173 55 40 0 64 337 35 45
Binary 1000100 1010100 1111011 101101 100000 0 110100 11011111 11101 100101

Color Harmonies of #44547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44547B

Black with #44547B

Text Example


Text Example

White with #44547B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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