Html Css Color HEX #445C7C Chambray

📋 copy color: '#445C7C'

red 68 ◦ green 92 ◦ blue 124

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

Shades of Chambray #445C7C

Tints of Chambray #445C7C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.39%

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

R = 23.94%
G = 32.39%
B = 43.66%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#445C7C (or 0x445C7C) is known color: Chambray. HEX triplet: 44, 5C and 7C. RGB value is (68,92,124). Sum of RGB (Red+Green+Blue) = 68+92+124=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #445C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C7C is #BBA383. Grayscale: #585858. Windows color (decimal): -12297092 or 8150084. OLE color: 8150084.

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

Color convert

RGB 68 92 124 -
CMYK 0.45 0.26 0 0.51
HSL 214.29º 0.29% 0.38% -
HSV(B) 214.29º 0.45% 0.49% -
XYZ 9.85 10.34 20.55 -
YUV 88.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 68 92 124 0.45 0.26 0 0.51 214.29 0.29 0.38
Hex 44 5C 7C 2D 1A 0 33 D6 1D 26
Octal 104 134 174 55 32 0 63 326 35 46
Binary 1000100 1011100 1111100 101101 11010 0 110011 11010110 11101 100110

Color Harmonies of #445C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C7C

Black with #445C7C

Text Example


Text Example

White with #445C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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