Html Css Color HEX #445B7C Chambray

📋 copy color: '#445B7C'

red 68 ◦ green 91 ◦ blue 124

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

Shades of Chambray #445B7C

Tints of Chambray #445B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.16%

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

R = 24.03%
G = 32.16%
B = 43.82%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#445B7C (or 0x445B7C) is known color: Chambray. HEX triplet: 44, 5B and 7C. RGB value is (68,91,124). Sum of RGB (Red+Green+Blue) = 68+91+124=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #445B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B7C is #BBA483. Grayscale: #575757. Windows color (decimal): -12297348 or 8149828. OLE color: 8149828.

HSL color Cylindrical-coordinate representation of color #445B7C: hue angle of 215.36º 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 #445B7C is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 91 124 -
CMYK 0.45 0.27 0 0.51
HSL 215.36º 0.29% 0.38% -
HSV(B) 215.36º 0.45% 0.49% -
XYZ 9.76 10.17 20.52 -
YUV 87.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 68 91 124 0.45 0.27 0 0.51 215.36 0.29 0.38
Hex 44 5B 7C 2D 1B 0 33 D7 1D 26
Octal 104 133 174 55 33 0 63 327 35 46
Binary 1000100 1011011 1111100 101101 11011 0 110011 11010111 11101 100110

Color Harmonies of #445B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B7C

Black with #445B7C

Text Example


Text Example

White with #445B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445B7C; }

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

 H1.HeaderClassName
 {
   color: #445B7C;
 }
 .AnyTagClassName
 {
   color: #445B7C;
 }
</style>

background-color css

<style>
 a { background-color: #445B7C; }

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

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

border-color css

<style>
 span { border-color: #445B7C; }

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

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