Html Css Color HEX #445C7E Chambray

📋 copy color: '#445C7E'

red 68 ◦ green 92 ◦ blue 126

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

Shades of Chambray #445C7E

Tints of Chambray #445C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.06%

R = 23.78%
G = 32.17%
B = 44.06%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#445C7E (or 0x445C7E) is known color: Chambray. HEX triplet: 44, 5C and 7E. RGB value is (68,92,126). Sum of RGB (Red+Green+Blue) = 68+92+126=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #445C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C7E is #BBA381. Grayscale: #585858. Windows color (decimal): -12297090 or 8281156. OLE color: 8281156.

HSL color Cylindrical-coordinate representation of color #445C7E: hue angle of 215.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #445C7E is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 92 126 -
CMYK 0.46 0.27 0 0.51
HSL 215.17º 0.3% 0.38% -
HSV(B) 215.17º 0.46% 0.49% -
XYZ 9.98 10.39 21.22 -
YUV 88.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 68 92 126 0.46 0.27 0 0.51 215.17 0.3 0.38
Hex 44 5C 7E 2E 1B 0 33 D7 1E 26
Octal 104 134 176 56 33 0 63 327 36 46
Binary 1000100 1011100 1111110 101110 11011 0 110011 11010111 11110 100110

Color Harmonies of #445C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C7E

Black with #445C7E

Text Example


Text Example

White with #445C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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