Html Css Color HEX #445C7F Chambray

📋 copy color: '#445C7F'

red 68 ◦ green 92 ◦ blue 127

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

Shades of Chambray #445C7F

Tints of Chambray #445C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.25%

R = 23.69%
G = 32.06%
B = 44.25%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#445C7F (or 0x445C7F) is known color: Chambray. HEX triplet: 44, 5C and 7F. RGB value is (68,92,127). Sum of RGB (Red+Green+Blue) = 68+92+127=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #445C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C7F is #BBA380. Grayscale: #585858. Windows color (decimal): -12297089 or 8346692. OLE color: 8346692.

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

Color convert

RGB 68 92 127 -
CMYK 0.46 0.28 0 0.50
HSL 215.59º 0.3% 0.38% -
HSV(B) 215.59º 0.46% 0.5% -
XYZ 10.04 10.42 21.56 -
YUV 88.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 68 92 127 0.46 0.28 0 0.50 215.59 0.3 0.38
Hex 44 5C 7F 2E 1C 0 32 D8 1E 26
Octal 104 134 177 56 34 0 62 330 36 46
Binary 1000100 1011100 1111111 101110 11100 0 110010 11011000 11110 100110

Color Harmonies of #445C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C7F

Black with #445C7F

Text Example


Text Example

White with #445C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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